feat(desktop): add clipboard history (task 0027)
Add a clipboard module to the desktop group, enabled through the aggregator. Home-manager's services.cliphist runs the text and image watchers as systemd user services bound to the graphical-session target, and a rofi-dmenu picker recalls history on Super+Shift+V. wl-clipboard is on PATH so the shell can pipe to and from the clipboard.
This commit was merged in pull request #19.
This commit is contained in:
@@ -9,6 +9,7 @@ in
|
||||
# Each piece is turned on at default priority, so a host can still override
|
||||
# any one of them while the single flag above enables the whole desktop.
|
||||
config = lib.mkIf cfg.enable {
|
||||
modules.desktop.clipboard.enable = lib.mkDefault true;
|
||||
modules.desktop.hyprland.enable = lib.mkDefault true;
|
||||
modules.desktop.hyprlock.enable = lib.mkDefault true;
|
||||
modules.desktop.hypridle.enable = lib.mkDefault true;
|
||||
|
||||
Reference in New Issue
Block a user