refactor: added flake parts
This commit is contained in:
parent
db7ac35613
commit
88041e86bd
66 changed files with 3538 additions and 2163 deletions
18
modules/hosts/darwin/hesperium/configuration.nix
Normal file
18
modules/hosts/darwin/hesperium/configuration.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{...}: {
|
||||
flake.darwinModules.hesperiumConfiguration = {...}: {
|
||||
host = {
|
||||
users = {
|
||||
leyla = {
|
||||
isDesktopUser = true;
|
||||
isTerminalUser = true;
|
||||
isPrincipleUser = true;
|
||||
};
|
||||
eve.isNormalUser = false;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = 5;
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue