style: move stylix.nix into shell/
This commit is contained in:
parent
5ce5eb0a8f
commit
a813e5a010
3 changed files with 6 additions and 1 deletions
|
@ -5,9 +5,9 @@
|
|||
./options
|
||||
|
||||
./home-manager.nix
|
||||
./stylix.nix
|
||||
|
||||
./system
|
||||
./shell
|
||||
./programs
|
||||
|
||||
./profiles.nix
|
||||
|
|
5
modules/home/shell/default.nix
Normal file
5
modules/home/shell/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue