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; [
|
||||
thunderbird
|
||||
firefox
|
||||
@@ -65,6 +72,7 @@
|
||||
zig
|
||||
clang
|
||||
nil
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
home.sessionPath = [
|
||||
|
||||
Reference in New Issue
Block a user