Compare commits
1 commit
dca26699aa
...
6eaf428a02
Author | SHA1 | Date | |
---|---|---|---|
6eaf428a02 |
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