Added: Wallpaper

This commit is contained in:
DerGrumpf 2025-04-04 12:50:32 +02:00
parent 1ad98f78d1
commit d3a0ec53b1
3 changed files with 4 additions and 7 deletions

View File

@ -15,8 +15,8 @@
# Hyprpaper configuration # Hyprpaper configuration
services.hyprpaper.enable = true; services.hyprpaper.enable = true;
services.hyprpaper.settings = { services.hyprpaper.settings = {
preload = "Pictures/Wallpapers/tokio.png"; preload = "Pictures/Wallpapers/girl_nixos.png";
wallpaper = ", Pictures/Wallpapers/tokio.png"; wallpaper = ", Pictures/Wallpapers/girl_nixos.png";
}; };
} }

View File

@ -3,7 +3,7 @@
imports = [ imports = [
./qt.nix ./qt.nix
./gtk.nix # ./gtk.nix
]; ];
} }

View File

@ -21,12 +21,9 @@
''; '';
}; };
# Session File Hyprland ?
programs.regreet = { programs.regreet = {
enable = true; enable = true;
# cageArgs = ["-s" "-m" "last" ]; # cageArgs = ["-s" "-m" "last" ];
# settings = ./regreet.toml; settings = ./regreet.toml;
}; };
} }