mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-07 21:21:09 +01:00
wm/niri: Fix background
This commit is contained in:
parent
3ba8663cc3
commit
17d80d9636
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ lib.mkIf (config.traxys.wm == "niri") {
|
|||
|
||||
settings =
|
||||
let
|
||||
wallpaper = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray}/share/ba
|
||||
ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
|
||||
wallpaper = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray}/share/backgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
|
||||
in
|
||||
{
|
||||
xwayland-satellite.path = lib.getExe config.traxys.pkgs.xwayland-satellite-unstable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue