nix-config/home/hyprland/swww.nix
2025-09-10 11:48:22 +02:00

12 lines
174 B
Nix

{ pkgs, ... }:
{
home.file = {
"Pictures/Wallpapers" = {
source = ../../wallpapers;
recursive = true;
};
};
home.packages = with pkgs; [ swww ];
}