nixos-config/system/desktop/x11/default.nix
2024-03-17 11:26:16 +01:00

5 lines
46 B
Nix

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