Compare commits

..

No commits in common. "d3a0ec53b1604c6e5a1830fbefbb313ef0bc449b" and "6e6de421b6714cdefda50a2bc6ad8dad47b9a937" have entirely different histories.

4 changed files with 7 additions and 4 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/girl_nixos.png"; preload = "Pictures/Wallpapers/tokio.png";
wallpaper = ", Pictures/Wallpapers/girl_nixos.png"; wallpaper = ", Pictures/Wallpapers/tokio.png";
}; };
} }

View File

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

View File

@ -21,9 +21,12 @@
''; '';
}; };
# 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;
}; };
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB