nixos-config/system/desktop/x11/default.nix
2024-02-23 05:34:33 +01:00

5 lines
51 B
Nix

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