Files
tawm/hosts/controller/home.nix
2024-08-08 13:15:26 +05:30

6 lines
53 B
Nix

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