diff options
author | Alan Pearce | 2018-02-02 11:33:47 +0100 |
---|---|---|
committer | Alan Pearce | 2018-02-02 11:33:47 +0100 |
commit | 4da8ff047e8f21bfc6d77d8b48b88c54d2132c17 (patch) | |
tree | 43cefa5cf99d6b1d5295de3c5e6aea19666b1ffc /modules/programs | |
parent | fe8ecb77db5d0cc75704992d94064c760e0f3153 (diff) | |
download | nixos-configuration-4da8ff047e8f21bfc6d77d8b48b88c54d2132c17.tar.lz nixos-configuration-4da8ff047e8f21bfc6d77d8b48b88c54d2132c17.tar.zst nixos-configuration-4da8ff047e8f21bfc6d77d8b48b88c54d2132c17.zip |
scrot -> maim
Diffstat (limited to 'modules/programs')
-rw-r--r-- | modules/programs/window-manager.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/window-manager.nix b/modules/programs/window-manager.nix index 50484ae..ff3fc3e 100644 --- a/modules/programs/window-manager.nix +++ b/modules/programs/window-manager.nix @@ -23,7 +23,7 @@ libnotify # for notify-send rofi sxhkd - scrot + maim perlPackages.FileMimeInfo # xdg-utils uses this when no DE ]; |