diff options
author | Martin Fischer <martin@push-f.com> | 2025-01-25 12:26:48 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-01-25 12:26:48 +0100 |
commit | 583732cb08ceb5d2ad6cd0c7ac13b06096c31235 (patch) | |
tree | 961d373de84758140d5d864560dc2aa47c9a900c | |
parent | 2397bd866e3917d0f26b46c118b407f46d1eb097 (diff) |
feat(workstation): add notify-send
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index 0aba4a4..6eb2638 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -19,6 +19,7 @@ brightnessctl wl-clipboard # for wl-copy and wl-paste grim + libnotify # for notify-send # When I ssh into a server my terminal changes to a host-specific background color via # a LocalCommand configured in ~/.ssh/config and a ZSH function to reset the color on exit. |