New services and package updates

- Added support for open-webui and ollama-rocm in CLI packages.
- Updated desktop packages to include filezilla, audacity, and freecad.
- Expanded essentials with distrobox, dbus, cifs-utils, samba, and kdePackages.ksshaskpass.
- Introduced niri-waybar and niri-session-manager services for improved session management.
- Configured mako notifications with custom settings in the Niri environment.
- Adjusted hyprpaper settings and enabled additional wallpapers. (TODO on niri. Not working ATM)
This commit is contained in:
2026-02-04 11:20:05 +01:00
parent feb65868cc
commit 7a0ea8c4f1
8 changed files with 113 additions and 15 deletions

View File

@ -6,21 +6,21 @@
services = {
hyprpaper = {
enable = true;
enable = false;
settings = {
preload = [
"/home/${username}/${project}/other/wallpaper1.png"
#"/home/${username}/${project}/other/wallpaper1.png"
#"/home/${username}/${project}/other/wallpaper2.png"
#"/home/${username}/${project}/other/wallpaper3.png"
#"/home/${username}/${project}/other/wallpaper4.png"
"/home/${username}/${project}/other/wallpaper4.png"
];
wallpaper = [
"eDP-1,/home/${username}/${project}/other/wallpaper1.png"
#"eDP-1,/home/${username}/${project}/other/wallpaper1.png"
#"eDP-1,/home/${username}/${project}/other/wallpaper2.png"
#"eDP-1,/home/${username}/${project}/other/wallpaper3.png"
#"eDP-1,/home/${username}/${project}/other/wallpaper4.png"
"eDP-1,/home/${username}/${project}/other/wallpaper4.png"
];
};
};