15 lines
184 B
Nix
15 lines
184 B
Nix
|
{ pkgs }:
|
||
|
{
|
||
|
|
||
|
home = {
|
||
|
stateVersion = "22.05";
|
||
|
username = "h7x4";
|
||
|
homeDirectory = "/home/h7x4";
|
||
|
};
|
||
|
|
||
|
###################
|
||
|
# TESTING GROUNDS #
|
||
|
###################
|
||
|
|
||
|
}
|