nix/home/linux.nix
2026-03-22 14:44:00 -04:00

5 lines
47 B
Nix

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