style: move stylix.nix into shell/

This commit is contained in:
punkfairie 2025-05-26 13:30:59 -07:00
parent 5ce5eb0a8f
commit a813e5a010
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 6 additions and 1 deletions

View file

@ -5,9 +5,9 @@
./options ./options
./home-manager.nix ./home-manager.nix
./stylix.nix
./system ./system
./shell
./programs ./programs
./profiles.nix ./profiles.nix

View file

@ -0,0 +1,5 @@
{
imports = [
./stylix.nix
];
}