From 8d350fd646cf9e3c8ffebdfea0d19149e8826069 Mon Sep 17 00:00:00 2001 From: Spectre Date: Fri, 7 Jun 2024 15:48:41 +0200 Subject: [PATCH] wp --- home/stylix.nix | 2 -- system/default.nix | 1 + system/stylix.nix | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 system/stylix.nix 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"; +}