feat: add 'wl-clipboard' to niri desktop

This commit is contained in:
2025-12-07 14:32:33 +01:00
parent 2b035eb415
commit 43f1023449

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
];
};
}