Files
nix/hosts/spacestation/home.nix
2024-04-19 15:13:15 -03:00

9 lines
133 B
Nix

{...}: {
imports = [
../../modules/home-manager
];
profiles.gterminal.enable = true;
programs.wezterm.enable = false;
}