feat: add 'wl-clipboard' to niri desktop

This commit is contained in:
2025-12-07 14:32:33 +01:00
parent 6fa4b9d72e
commit 675692e3f3

View File

@@ -8,6 +8,9 @@
home = {
file.".config/niri/config.kdl".source = ./config.kdl;
packages = with pkgs; [ wlsunset ];
packages = with pkgs; [
wl-clipboard
wlsunset
];
};
}