8 lines
99 B
Nix
Executable file
8 lines
99 B
Nix
Executable file
{ config, pkgs, ... }:
|
|
|
|
{
|
|
|
|
home.username = "plank";
|
|
home.homeDirectory = "/home/plank";
|
|
|
|
}
|