add wl-clipboard

This commit is contained in:
2024-12-23 09:25:19 +01:00
parent 2e79694285
commit fc8a5372c4

View File

@@ -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 = [