nixos-config/system/desktop/x11.nix
2024-02-07 19:05:44 +01:00

5 lines
76 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
xclip
];
}