This commit is contained in:
Spectre 2024-06-07 15:48:41 +02:00
parent b754808e1a
commit 8d350fd646
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,2 @@
{...}: { {...}: {
stylix.image = ../wallpapers/default.png;
stylix.polarity = "dark";
} }

View file

@ -12,6 +12,7 @@
./users.nix ./users.nix
./ssh.nix ./ssh.nix
./steam.nix ./steam.nix
./stylix.nix
./wayland.nix ./wayland.nix
]; ];

4
system/stylix.nix Normal file
View file

@ -0,0 +1,4 @@
{...}: {
stylix.image = ../wallpapers/default.png;
stylix.polarity = "dark";
}