nixos-config/nix/systemProfiles/desktop/x11/default.nix

5 lines
46 B
Nix

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