Create a clean profile
This commit is contained in:
parent
a309bcf053
commit
f6e5a3e25b
1 changed files with 16 additions and 0 deletions
16
flake.nix
16
flake.nix
|
@ -46,6 +46,22 @@
|
|||
DerGeret = import ./profiles/machines/manuel/DerGeret/Arch/config.nix;
|
||||
ManuSurface = import ./profiles/machines/manuel/ManuSurface/Arch/config.nix;
|
||||
server = import ./profiles/machines/manuel/server.nix;
|
||||
clean = { ... }: {
|
||||
config = {
|
||||
valhalla = {
|
||||
hostname = "Falcon";
|
||||
|
||||
windows = {
|
||||
users.LocalAdmin = {
|
||||
groups = [ "Administrators" ];
|
||||
programs.oh-my-posh.theme.source = ./profiles/users/manuel/manuel.omp.json;
|
||||
};
|
||||
};
|
||||
|
||||
software.essential = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue