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:
@@ -64,6 +64,7 @@ _: {
|
||||
signal.enable = true; # Signal: secure messaging app
|
||||
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
|
||||
notify.enable = true; # notify-client: Ntfy client application to receive everyday's notifications
|
||||
|
||||
/*
|
||||
Productivity / Knowledge Management
|
||||
|
||||
@@ -64,6 +64,7 @@ _: {
|
||||
signal.enable = true; # Signal: secure messaging app
|
||||
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
|
||||
notify.enable = true; # notify-client: Ntfy client application to receive everyday's notifications
|
||||
|
||||
/*
|
||||
Productivity / Knowledge Management
|
||||
|
||||
@@ -64,6 +64,7 @@ _: {
|
||||
signal.enable = true; # Signal: secure messaging app
|
||||
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
|
||||
notify.enable = true; # notify-client: Ntfy client application to receive everyday's notifications
|
||||
|
||||
/*
|
||||
Productivity / Knowledge Management
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
app2unit
|
||||
gpu-screen-recorder
|
||||
# hyprland
|
||||
swww
|
||||
awww
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user