nixos-config/systemProfiles/desktop/x11/default.nix
2024-10-25 10:39:48 +02:00

5 lines
46 B
Nix

{...}: {
imports = [
./xclip.nix
];
}