replaced isThinInstallation with isThinUser

added util folder
This commit is contained in:
Leyla Becker 2024-09-03 01:27:10 -05:00
parent 8232ae338c
commit b9431f5814
5 changed files with 19 additions and 13 deletions

View file

@ -22,7 +22,7 @@ in
programs.adb.enable = true;
users.users.leyla.packages = lib.mkIf cfg.isNormalUser (
users.users.leyla.packages = lib.mkIf (cfg.isNormalUser || cfg.isThinUser) (
lib.mkMerge [
(
with pkgs; [
@ -33,7 +33,7 @@ in
]
)
(
lib.mkIf (!cfg.isThinInstallation) (
lib.mkIf (!cfg.isThinUser) (
with pkgs; [
#foss platforms
signal-desktop