ctucx.git: nixfiles

ctucx' nixfiles

commit 4503b8b379dcb958f824f98358d33a74874322d5
parent 35ce0c23d3066a499892511364243ff70d53b8ab
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:48:34 +0100

programs/sway: add wl-clipboard
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/programs/sway.nix b/configurations/programs/sway.nix
@@ -41,7 +41,7 @@
   home-manager.users.leah = {
 
     home.packages = with pkgs; [
-      qt5.qtwayland
+      qt5.qtwayland wl-clipboard
     ];
 
     programs.bash.initExtra = ''