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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
app2unit
|
app2unit
|
||||||
gpu-screen-recorder
|
gpu-screen-recorder
|
||||||
# hyprland
|
# hyprland
|
||||||
swww
|
awww
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user