Enable notify client and replace swww with awww

- Add `notify.enable = true` to Garand-Desktop, Garand-Laptop, and
  default hosts
- Replace `swww` with `awww` in `essentials.nix`
- Expose `notify-client` in the core packages mapping
This commit is contained in:
2026-04-04 23:30:57 +02:00
parent 34d4d0f707
commit db7a9afae7
5 changed files with 5 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ _: {
signal.enable = true; # Signal: secure messaging app signal.enable = true; # Signal: secure messaging app
teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux
ferdium.enable = false; # Ferdium: All your services in one place built by the community ferdium.enable = false; # Ferdium: All your services in one place built by the community
notify.enable = true; # notify-client: Ntfy client application to receive everyday's notifications
/* /*
Productivity / Knowledge Management Productivity / Knowledge Management
+1
View File
@@ -64,6 +64,7 @@ _: {
signal.enable = true; # Signal: secure messaging app signal.enable = true; # Signal: secure messaging app
teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux
ferdium.enable = false; # Ferdium: All your services in one place built by the community ferdium.enable = false; # Ferdium: All your services in one place built by the community
notify.enable = true; # notify-client: Ntfy client application to receive everyday's notifications
/* /*
Productivity / Knowledge Management Productivity / Knowledge Management
+1
View File
@@ -64,6 +64,7 @@ _: {
signal.enable = true; # Signal: secure messaging app signal.enable = true; # Signal: secure messaging app
teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux teams.enable = true; # Teams-for-linux: Unofficial Microsoft Teams client for Linux
ferdium.enable = false; # Ferdium: All your services in one place built by the community ferdium.enable = false; # Ferdium: All your services in one place built by the community
notify.enable = true; # notify-client: Ntfy client application to receive everyday's notifications
/* /*
Productivity / Knowledge Management Productivity / Knowledge Management
+1 -1
View File
@@ -58,7 +58,7 @@
app2unit app2unit
gpu-screen-recorder gpu-screen-recorder
# hyprland # hyprland
swww awww
grim grim
slurp slurp
wl-clipboard wl-clipboard
+1
View File
@@ -51,6 +51,7 @@
teams = teams-for-linux; teams = teams-for-linux;
ferdium = ferdium; ferdium = ferdium;
logisim-evolution = logisim-evolution; logisim-evolution = logisim-evolution;
notify = notify-client;
}; };
in { in {
imports = builtins.attrValues (builtins.mapAttrs mkPackage packages); imports = builtins.attrValues (builtins.mapAttrs mkPackage packages);