nixos/home-manager/noe/hosts/drone.nix
2023-12-26 23:37:51 -05:00

9 lines
131 B
Nix

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