actually install the fucking wl-clipboard idiot
This commit is contained in:
@@ -139,7 +139,7 @@ in {
|
||||
];
|
||||
|
||||
options = {
|
||||
clipboard = "wl-copy";
|
||||
clipboard = "unnamedplus";
|
||||
|
||||
# line numbers
|
||||
number = true;
|
||||
|
||||
@@ -12,6 +12,11 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
# install clipboard
|
||||
home.packages = with pkgs; [wl-clipboard];
|
||||
|
||||
# enable cliphist for clipboard history
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
clipboardPackage = pkgs.wl-clipboard;
|
||||
|
||||
Reference in New Issue
Block a user