7 lines
95 B
Nix
7 lines
95 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.username = "poslop";
|
|
home.homeDirectory = "/home/poslop";
|
|
}
|