8 lines
114 B
Nix
Executable File
8 lines
114 B
Nix
Executable File
{ pkgs, ... }:
|
|
{
|
|
|
|
home.username = "matt";
|
|
home.homeDirectory = "/home/matt";
|
|
home.stateVersion = "23.11";
|
|
}
|