Changed: Folder Structure Hyprland

This commit is contained in:
2025-03-27 12:54:14 +01:00
parent fcdb035f7a
commit dc91632284
9 changed files with 289 additions and 270 deletions

View File

@@ -0,0 +1,23 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
hyprpaper
];
home.file = {
"Pictures/Wallpapers" = {
source = ./wallpapers;
recursive = true;
};
};
# Hyprpaper configuration
services.hyprpaper.enable = true;
services.hyprpaper.settings = {
wallpaper = "Pictures/Wallpapers/girl.png";
};
}