move home-manager config to subdirectory
This commit is contained in:
11
home/profiles/default.nix
Normal file
11
home/profiles/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
./base
|
||||
./xsession
|
||||
./audio.nix
|
||||
./zsh
|
||||
./gui.nix
|
||||
./non-nixos.nix
|
||||
./games
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user