remove gnome from common, add it to solaire

This commit is contained in:
Anthony Rodriguez 2024-09-06 22:20:22 +02:00
parent 1ee69b31f2
commit 436e1260ba
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 6 additions and 4 deletions

View file

@ -5,5 +5,4 @@
./syncthing ./syncthing
./sops.nix ./sops.nix
]; ];
modules.gnome.enable = true;
} }

View file

@ -5,9 +5,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
modules.nvidia.enable = true;
modules.gaming.enable = true;
hardware.uni-sync = { hardware.uni-sync = {
enable = true; enable = true;
devices = [ devices = [
@ -35,6 +32,12 @@
} }
]; ];
}; };
modules.gnome.enable = true;
modules.stylix.enable = true;
modules.nvidia.enable = true;
modules.gaming.enable = true;
stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg; stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg;
} }