add wl-clipboard
This commit is contained in:
@@ -54,6 +54,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
wl-clipboard
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
thunderbird
|
thunderbird
|
||||||
firefox
|
firefox
|
||||||
@@ -65,6 +72,7 @@
|
|||||||
zig
|
zig
|
||||||
clang
|
clang
|
||||||
nil
|
nil
|
||||||
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
|
|||||||
Reference in New Issue
Block a user