nixos/home-manager/noe/hosts/thonkpad.nix
2023-12-16 03:44:32 -05:00

9 lines
131 B
Nix

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