new wallpaperthingie

This commit is contained in:
2026-03-17 17:58:44 +00:00
parent 9c657a13ea
commit b919e3f231
@@ -36,14 +36,9 @@ in
# Install wpaperd # Install wpaperd
home-manager.users.${config.home.username}.home.packages = [ pkgs.wpaperd ]; home-manager.users.${config.home.username}.home.packages = [ pkgs.wpaperd ];
# Debug: Print wpaperd installation
_ = builtins.trace "Installing wpaperd...";
# Configure wpaperd # Configure wpaperd
home-manager.users.${config.home.homeDirectory}/.config/wpaperd/config.toml = { home-manager.users.${config.home.homeDirectory}/.config/wpaperd/config.toml = {
text = builtins.readFile "${wallpaper_conf}"; text = builtins.readFile "${wallpaper_conf}";
}; };
# Debug: Print config file path
_ = builtins.trace "Config file path: ${config.home.homeDirectory}/.config/wpaperd/config.toml";
}; };
} }