diff --git a/home/stylix.nix b/home/stylix.nix index 6c7e9df6..ea8f50d4 100644 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -1,4 +1,2 @@ {...}: { - stylix.image = ../wallpapers/default.png; - stylix.polarity = "dark"; } diff --git a/system/default.nix b/system/default.nix index 29b1fbbe..b3b7907f 100644 --- a/system/default.nix +++ b/system/default.nix @@ -12,6 +12,7 @@ ./users.nix ./ssh.nix ./steam.nix + ./stylix.nix ./wayland.nix ]; diff --git a/system/stylix.nix b/system/stylix.nix new file mode 100644 index 00000000..6c7e9df6 --- /dev/null +++ b/system/stylix.nix @@ -0,0 +1,4 @@ +{...}: { + stylix.image = ../wallpapers/default.png; + stylix.polarity = "dark"; +}