diff options
author | Minijackson <minijackson@riseup.net> | 2021-07-08 08:50:32 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-07-08 08:50:32 +0200 |
commit | 70078aeaea47cdd994cce98cb9564e9a1ac38097 (patch) | |
tree | 84c9c5df0d83857c97541f850becafe3ecf358bb | |
parent | c7344d9ac96b36978f3f4b6f49848410f1740d67 (diff) | |
download | nixos-config-reborn-70078aeaea47cdd994cce98cb9564e9a1ac38097.tar.gz nixos-config-reborn-70078aeaea47cdd994cce98cb9564e9a1ac38097.zip |
sway: add grim and slurp
-rw-r--r-- | usecases/desktop/graphical/sway.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix index 9587037..d399698 100644 --- a/usecases/desktop/graphical/sway.nix +++ b/usecases/desktop/graphical/sway.nix | |||
@@ -252,7 +252,12 @@ in | |||
252 | 252 | ||
253 | # TODO: polkit gnome | 253 | # TODO: polkit gnome |
254 | 254 | ||
255 | environment.systemPackages = with pkgs; [ qt5.qtwayland wl-clipboard ]; | 255 | environment.systemPackages = with pkgs; [ |
256 | grim | ||
257 | qt5.qtwayland | ||
258 | slurp | ||
259 | wl-clipboard | ||
260 | ]; | ||
256 | 261 | ||
257 | programs.xwayland.enable = true; | 262 | programs.xwayland.enable = true; |
258 | security.pam.services.swaylock = { }; | 263 | security.pam.services.swaylock = { }; |