15 lines
229 B
Nix
15 lines
229 B
Nix
{ ... }:
|
|
|
|
{
|
|
stylix = {
|
|
enable = true;
|
|
autoEnable = false;
|
|
|
|
image = ../../../wallpapers/maze.png;
|
|
|
|
targets = {
|
|
gnome.enable = true;
|
|
gtk.enable = true;
|
|
};
|
|
};
|
|
} |