even more dedupe

This commit is contained in:
Vivian 2023-04-25 10:04:50 +02:00
parent b391e46047
commit b9f0ed3be1
8 changed files with 213 additions and 370 deletions

View file

@ -1 +1,9 @@
# Common NixOS Config shared between desktop and laptop
# Common Desktop Config
This is where I store the NixOS config that is common between
my laptop and desktop
## Files
* `./default.nix`: Contains common systemwide configuration
* See also <../modules>
* `./home.nix`: Contains common user-level configuration
* See also <../hm-modules>