nixos/home-manager/noe/hosts/noe-air.nix
2023-12-11 18:18:41 -05:00

6 lines
74 B
Nix

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