new wallpaperthingie
This commit is contained in:
@@ -36,14 +36,9 @@ in
|
||||
# Install wpaperd
|
||||
home-manager.users.${config.home.username}.home.packages = [ pkgs.wpaperd ];
|
||||
|
||||
# Debug: Print wpaperd installation
|
||||
_ = builtins.trace "Installing wpaperd...";
|
||||
|
||||
# Configure wpaperd
|
||||
home-manager.users.${config.home.homeDirectory}/.config/wpaperd/config.toml = {
|
||||
text = builtins.readFile "${wallpaper_conf}";
|
||||
};
|
||||
# Debug: Print config file path
|
||||
_ = builtins.trace "Config file path: ${config.home.homeDirectory}/.config/wpaperd/config.toml";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user