This commit is contained in:
2025-08-19 01:36:41 -05:00
parent ad8a5a29cd
commit 14e705a327
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
allowUnfree = true;
};
home.packages = with pkgs; [
home.packages = with pkgs; ([
killall
btop
zip
@@ -93,6 +93,6 @@
#games
prismlauncher
] else []);
] else []));
};
}

View File

@@ -102,7 +102,7 @@
(builtins.partition
(y: (config.sysconfig.users.${y}.home-manager.enable && !config.sysconfig.users.${y}.home-manager.standalone))
(builtins.attrNames config.sysconfig.users)
).wrong
).right
);
};