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 -1
View File
@@ -58,7 +58,7 @@
app2unit
gpu-screen-recorder
# hyprland
swww
awww
grim
slurp
wl-clipboard
+1
View File
@@ -51,6 +51,7 @@
teams = teams-for-linux;
ferdium = ferdium;
logisim-evolution = logisim-evolution;
notify = notify-client;
};
in {
imports = builtins.attrValues (builtins.mapAttrs mkPackage packages);