Skip to content

Commit e58c779

Browse files
committed
feat(nix): add copyq
1 parent 1f62490 commit e58c779

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

nix/home-manager/home.nix

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
kubectl
5252
neofetch
5353
ripgrep
54+
wl-clipboard
5455
];
5556

5657
# Enable home-manager and git
@@ -136,6 +137,11 @@
136137
services.mako = {
137138
enable = true;
138139
};
140+
141+
142+
services.copyq = {
143+
enable = true;
144+
};
139145
# Nicely reload system units when changing configs
140146
systemd.user.startServices = "sd-switch";
141147

nix/hypr/hyprland.conf

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ monitor=,preferred,auto,auto
2222
# exec-once = waybar & hyprpaper & firefox
2323
exec-once = mako
2424
exec-once = waybar
25+
exec-once = copyq --start-server
2526
exec = nm-applet --indicator
2627
# exec = blueman-applet --indicator
2728

@@ -188,3 +189,6 @@ bind=, XF86AudioPlay, exec, playerctl play-pause
188189
bind=, XF86AudioPause, exec, playerctl play-pause
189190
bind=, XF86AudioNext, exec, playerctl next
190191
bind=, XF86AudioPrev, exec, playerctl previous
192+
193+
bind = $mainMod, C, exec, copyq menu
194+
bind = $mainMod SHIFT, C, exec, copyq show

0 commit comments

Comments
 (0)