test
This commit is contained in:
parent
ca5b37f214
commit
84fb412c8e
2 changed files with 3 additions and 0 deletions
|
@ -8,4 +8,6 @@
|
||||||
./common/swayosd/swayosd-conf.nix
|
./common/swayosd/swayosd-conf.nix
|
||||||
./common/waybar/scripts.nix
|
./common/waybar/scripts.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
stylix.image = ../../../../../wallpapers/default/wallpaper1.png;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
imports = [ inputs.stylix.nixosModules.stylix ];
|
imports = [ inputs.stylix.nixosModules.stylix ];
|
||||||
|
stylix.image = ../../../../../wallpapers/default/wallpaper1.png;
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue