9 lines
126 B
Nix
9 lines
126 B
Nix
{
|
|
hjem = {
|
|
users.ny = {
|
|
enable = true;
|
|
imports = [ ./programs ];
|
|
};
|
|
clobberByDefault = true;
|
|
};
|
|
}
|