7 lines
121 B
Nix
7 lines
121 B
Nix
|
{ config, pkgs, ... }:
|
||
|
{
|
||
|
home.username = "krop";
|
||
|
home.homeDirectory = "/home/krop";
|
||
|
home.stateVersion = "24.05";
|
||
|
}
|