From 436e1260badf226a454d5b856f533b46b3437374 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 6 Sep 2024 22:20:22 +0200 Subject: [PATCH] remove gnome from common, add it to solaire --- hosts/common/default.nix | 1 - hosts/solaire/default.nix | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 14aa126..9226ba3 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -5,5 +5,4 @@ ./syncthing ./sops.nix ]; - modules.gnome.enable = true; } diff --git a/hosts/solaire/default.nix b/hosts/solaire/default.nix index 3314b0a..dd636e2 100644 --- a/hosts/solaire/default.nix +++ b/hosts/solaire/default.nix @@ -5,9 +5,6 @@ ./hardware-configuration.nix ]; - modules.nvidia.enable = true; - modules.gaming.enable = true; - hardware.uni-sync = { enable = true; 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; }