replaced isThinInstallation with isThinUser
added util folder
This commit is contained in:
parent
8232ae338c
commit
b9431f5814
5 changed files with 19 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue