Modularise NixOS and home-manager configs
This commit is contained in:
6
home-manager/modules/_list.nix
Normal file
6
home-manager/modules/_list.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
home-manager.modules = {
|
||||
common = ./common.nix;
|
||||
gui = ./gui.nix;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user