nix-config/hosts/lenar/home.nix
2024-11-11 16:39:11 +01:00

6 lines
121 B
Nix

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