new_nix/home-manager/luna/spider.nix
2025-03-16 00:21:03 +01:00

8 lines
No EOL
96 B
Nix

{...}: {
imports = [
./common
./categories/cli
./categories/desktop/common
];
}