wp
This commit is contained in:
parent
b754808e1a
commit
8d350fd646
3 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,2 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
stylix.image = ../wallpapers/default.png;
|
|
||||||
stylix.polarity = "dark";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
4
system/stylix.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{...}: {
|
||||||
|
stylix.image = ../wallpapers/default.png;
|
||||||
|
stylix.polarity = "dark";
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue