diff options
author | Alan Pearce | 2017-09-12 11:29:20 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-12 11:29:20 +0200 |
commit | 4d814ea9e74052f851a498fc6ee95e850a374636 (patch) | |
tree | d3e381e9ec3131edf2cd9f60e5ef7425daffcfc1 /modules | |
parent | 40aa6a71001395b69a7145096524d4e7e580ad13 (diff) | |
download | nixos-configuration-4d814ea9e74052f851a498fc6ee95e850a374636.tar.lz nixos-configuration-4d814ea9e74052f851a498fc6ee95e850a374636.tar.zst nixos-configuration-4d814ea9e74052f851a498fc6ee95e850a374636.zip |
window-manager: Install libnotify
Diffstat (limited to 'modules')
-rw-r--r-- | modules/window-manager.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/window-manager.nix b/modules/window-manager.nix index 4b6a710..40a120f 100644 --- a/modules/window-manager.nix +++ b/modules/window-manager.nix @@ -9,6 +9,7 @@ environment.systemPackages = with pkgs; [ dmenu dunst + libnotify # for notify-send sxhkd scrot ]; |