Add copyq for clipboard management

This commit is contained in:
Oliver Davies 2024-01-04 21:51:46 +00:00
parent e7c9db7711
commit 35467a996a
2 changed files with 3 additions and 0 deletions
system/nixos/home-manager

View file

@ -18,6 +18,8 @@
};
};
services.copyq.enable = true;
services.flameshot = {
enable = true;

View file

@ -38,6 +38,7 @@ in
"${modifier}+Shift+l" = "move right";
"${modifier}+Shift+p" = "exec flameshot gui";
"${modifier}+Shift+y" = "exec copyq toggle";
"XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume";
"XF86AudioLowerVolume" = "exec pamixer -ud 2 && pamixer --get-volume";