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