nix-da/users/ny/default.nix

9 lines
126 B
Nix

{
hjem = {
users.ny = {
enable = true;
imports = [ ./programs ];
};
clobberByDefault = true;
};
}