Add aarch64 home manager option
This commit is contained in:
parent
1b61e506f0
commit
5712f3bc44
2 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
];
|
||||
|
||||
options.system = with lib; {
|
||||
desktop.enable = lib.mkEnableOption "Enable desktop apps and services";
|
||||
server.enable = lib.mkEnableOption "Enable server apps and services";
|
||||
desktop.enable = mkEnableOption "Enable desktop apps and services";
|
||||
server.enable = mkEnableOption "Enable server apps and services";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue