Modularise NixOS and home-manager configs

This commit is contained in:
2022-02-20 15:59:07 +00:00
parent 31d21e7870
commit 26ab49d91c
10 changed files with 356 additions and 271 deletions

View File

@@ -0,0 +1,6 @@
{
home-manager.modules = {
common = ./common.nix;
gui = ./gui.nix;
};
}