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

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

4
system/stylix.nix Normal file
View file

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