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

7 lines
121 B
Nix
Raw Normal View History

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