new wallpaperthingie
This commit is contained in:
@@ -39,7 +39,7 @@ in
|
|||||||
home-manager.users.${config.home.username}.home.file."${script_path}".executable = true;
|
home-manager.users.${config.home.username}.home.file."${script_path}".executable = true;
|
||||||
|
|
||||||
# Debug: Print script path
|
# Debug: Print script path
|
||||||
traceprint1_ = builtins.trace "Script path: ${script_path}";
|
traceprint1 = builtins.trace "Script path: ${script_path}";
|
||||||
|
|
||||||
# Run the script on activation
|
# Run the script on activation
|
||||||
home-manager.users.${config.home.username}.home.activation.copy-wallpapers = lib.mkMerge [
|
home-manager.users.${config.home.username}.home.activation.copy-wallpapers = lib.mkMerge [
|
||||||
@@ -62,13 +62,13 @@ in
|
|||||||
home-manager.users.${config.home.username}.home.packages = [ pkgs.wpaperd ];
|
home-manager.users.${config.home.username}.home.packages = [ pkgs.wpaperd ];
|
||||||
|
|
||||||
# Debug: Print wpaperd installation
|
# Debug: Print wpaperd installation
|
||||||
_ = builtins.trace "Installing wpaperd...";
|
traceprint12 = builtins.trace "Installing wpaperd...";
|
||||||
|
|
||||||
# Configure wpaperd
|
# Configure wpaperd
|
||||||
home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text =
|
home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text =
|
||||||
builtins.readFile wallpaper_conf;
|
builtins.readFile wallpaper_conf;
|
||||||
|
|
||||||
# Debug: Print config file path
|
# Debug: Print config file path
|
||||||
traceprint2 = builtins.trace "Config file path: ${config.home.homeDirectory}/.config/wpaperd/config.toml";
|
traceprint3 = builtins.trace "Config file path: ${config.home.homeDirectory}/.config/wpaperd/config.toml";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user