nix-config/hosts/wenar-nix/home.nix

7 lines
107 B
Nix
Raw Normal View History

2024-11-11 19:35:08 +01:00
{ ... }:
2024-11-11 19:20:17 +01:00
{
home.username = "krop";
home.homeDirectory = "/home/krop";
home.stateVersion = "24.05";
}