filter
This commit is contained in:
@@ -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 []));
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user