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