dotfiles/home/hosts/remote.nix
2025-01-31 09:20:21 +07:00

16 lines
233 B
Nix

{ inputs
, ...
}:
{
imports = [
../modules/general.nix
inputs.nur.modules.homeManager.default
];
home.stateVersion = "24.05";
home.username = "chayleaf";
home.homeDirectory = "/home/chayleaf";
minimal = true;
}