move common completely

This commit is contained in:
Vivian 2024-01-03 11:41:04 +01:00
parent 23aa68d0fa
commit 26f8150f49
12 changed files with 0 additions and 516 deletions

9
common/desktop/README.md Normal file
View file

@ -0,0 +1,9 @@
# 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 my NixOS [modules](../modules), specifically gnome
* `./home.nix`: Contains common user-level configuration
* See also my Home-Manager [modules](../hm-modules)