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