remove firefox from non-desktops

This commit is contained in:
2023-12-11 20:05:32 +02:00
parent 9719521847
commit c9aeac6ebe
5 changed files with 10 additions and 9 deletions

View File

@@ -108,6 +108,7 @@
bsdgames
parallel
binutils
bandwhich
hyperfine
sloccount
dmidecode

View File

@@ -7,7 +7,7 @@
cfg = config.mj.base.users;
in {
options.mj.base.users = with lib.types; {
devEnvironment = lib.mkOption {
fullDesktop = lib.mkOption {
type = bool;
default = false;
};
@@ -65,7 +65,7 @@ in {
inherit lib;
inherit pkgs;
inherit (config.mj) stateVersion;
inherit (config.mj.base.users) devEnvironment;
inherit (config.mj.base.users) fullDesktop;
hmOnly = false;
email = "motiejus@jakstys.lt";
})