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

6 lines
121 B
Nix

{ config, pkgs, ... }:
{
home.username = "krop";
home.homeDirectory = "/home/krop";
home.stateVersion = "24.05";
}