hm: fullDesktop -> devTools

This commit is contained in:
2024-02-04 22:05:44 +02:00
parent 2e5382a6e4
commit a186d68041
5 changed files with 16 additions and 43 deletions

View File

@@ -8,7 +8,7 @@
in {
options.mj.base.users = with lib.types; {
enable = lib.mkEnableOption "enable motiejus and root";
fullDesktop = lib.mkOption {
devTools = lib.mkOption {
type = bool;
default = false;
};
@@ -66,7 +66,7 @@ in {
inherit lib;
inherit pkgs;
inherit (config.mj) stateVersion;
inherit (config.mj.base.users) fullDesktop;
inherit (config.mj.base.users) devTools;
hmOnly = false;
email = "motiejus@jakstys.lt";
})