Nero-Study-Hat / nixos-config

0 stars 0 forks source link

Modularize config for multiple hosts. #14

Open Nero-Study-Hat opened 1 month ago

Nero-Study-Hat commented 1 month ago

The above will move my config approach from reusing users per differing host to reusing modules which is better practice and better organize my packages on enabling making readability very nice. This does result in more code than if I just created a new packages.nix file for each new user which I could create on demand but this feels better. Also, I am interested in how this turns out.

Generally each workstation device will have 95 to 99% the same config but I want to handle that small percent nicely and copy nicely readable custom module enable code as opposed to packages files.

Nero-Study-Hat commented 1 month ago

Also this issue and the associated branch will have me setup a config for my laptop.