dotfiles/home/hosts/remote.nix

16 lines
222 B
Nix
Raw Normal View History

2024-07-13 05:33:43 +07:00
{ inputs
, ...
}:
{
imports = [
../modules/general.nix
inputs.nur.nixosModules.nur
];
home.stateVersion = "24.05";
home.username = "chayleaf";
home.homeDirectory = "/home/chayleaf";
minimal = true;
}