Less Ties With A Machine - Desktop Customization & Workflow

Users browsing this thread: 2 Guest(s)
mcotocel
Members
(26-04-2021, 10:57 AM)venam Wrote: Alright, one of my favorite thread.
I've been trying out nix the past few days and as the people in this thread have noted, it's indeed a wonderful way to have less ties with a machine.
Do you have new tricks or ideas related to that topic? Maybe things related to nix or nixOS too?

I used to use NixOS, and from my experience with it, I'd recommend playing around with the (unstable) Flakes feature, which can be used to set up a new machine running NixOS with all of your dotfiles on it and all of your packages installed.

Along with this feature, I wrote a small shell script to run nix commands and sync my dotfiles, so instead of having to type out all the separate nix and git commands I could run
Code:
script rebuild
to rebuild my configuration,
Code:
script sync
to sync my local dotfiles with the ones on github, and
Code:
script clean
to remove old generations and collect garbage, along with some other commands to do various things in NixOS.


Messages In This Thread
Less Ties With A Machine - by venam - 31-01-2017, 09:47 AM
RE: Less Ties With A Machine - by Halfwit - 31-01-2017, 02:33 PM
RE: Less Ties With A Machine - by Nihility - 02-02-2017, 05:28 AM
RE: Less Ties With A Machine - by venam - 19-02-2017, 03:53 PM
RE: Less Ties With A Machine - by z3bra - 20-02-2017, 09:00 AM
RE: Less Ties With A Machine - by Halfwit - 02-03-2017, 03:45 AM
RE: Less Ties With A Machine - by venam - 03-03-2017, 02:40 AM
RE: Less Ties With A Machine - by acg - 03-03-2017, 01:21 PM
RE: Less Ties With A Machine - by venam - 18-04-2018, 11:22 AM
RE: Less Ties With A Machine - by josuah - 21-04-2018, 04:51 AM
RE: Less Ties With A Machine - by venam - 21-04-2018, 08:29 PM
RE: Less Ties With A Machine - by z3bra - 14-03-2020, 09:00 PM
RE: Less Ties With A Machine - by venam - 15-03-2020, 05:56 AM
RE: Less Ties With A Machine - by twee - 16-03-2020, 02:08 PM
RE: Less Ties With A Machine - by neeasade - 16-03-2020, 04:25 PM
RE: Less Ties With A Machine - by twee - 18-03-2020, 04:33 AM
RE: Less Ties With A Machine - by venam - 18-03-2020, 05:24 AM
RE: Less Ties With A Machine - by z3bra - 18-03-2020, 05:56 AM
RE: Less Ties With A Machine - by neeasade - 18-03-2020, 11:14 AM
RE: Less Ties With A Machine - by twee - 18-03-2020, 01:05 PM
RE: Less Ties With A Machine - by stratex - 02-12-2020, 08:34 PM
RE: Less Ties With A Machine - by Guest0x0 - 09-12-2020, 12:30 AM
RE: Less Ties With A Machine - by opfez - 09-12-2020, 04:07 AM
RE: Less Ties With A Machine - by jkl - 09-12-2020, 06:22 AM
RE: Less Ties With A Machine - by Guest0x0 - 09-12-2020, 07:07 AM
RE: Less Ties With A Machine - by stratex - 09-12-2020, 07:39 AM
RE: Less Ties With A Machine - by opfez - 09-12-2020, 09:37 AM
RE: Less Ties With A Machine - by freem - 09-12-2020, 02:19 PM
RE: Less Ties With A Machine - by jkl - 09-12-2020, 03:03 PM
RE: Less Ties With A Machine - by venam - 26-04-2021, 10:57 AM
RE: Less Ties With A Machine - by seninha - 26-04-2021, 06:00 PM
RE: Less Ties With A Machine - by mcotocel - 19-08-2021, 07:41 AM
RE: Less Ties With A Machine - by jkl - 19-08-2021, 12:17 PM
RE: Less Ties With A Machine - by mcotocel - 19-08-2021, 12:52 PM