This commit is contained in:
DashieTM 2025-05-01 22:05:12 +02:00
parent 4a8e226066
commit c57a9984c1
8 changed files with 28 additions and 42 deletions

View file

@ -20,6 +20,14 @@
'';
};
wsl = lib.mkOption {
default = false;
example = true;
description = ''
Runs Nix in wsl
'';
};
secureBoot = lib.mkOption {
default = false;
example = true;