Test
This commit is contained in:
parent
aa582f3f26
commit
fc57e9bc31
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
imports = [ inputs.stylix.nixosModules.stylix ];
|
imports = [ inputs.stylix.nixosModules.stylix ];
|
||||||
stylix.image = /etc/nixos/git/wallpapers/default/wallpaper1.png;
|
stylix.image = /etc/nixos/git/wallpapers/default/wallpaper1.png;
|
||||||
|
stylix.targets.plymouth.enable = false;
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue