filter
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; ([
|
||||||
killall
|
killall
|
||||||
btop
|
btop
|
||||||
zip
|
zip
|
||||||
@@ -93,6 +93,6 @@
|
|||||||
|
|
||||||
#games
|
#games
|
||||||
prismlauncher
|
prismlauncher
|
||||||
] else []);
|
] else []));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,7 +102,7 @@
|
|||||||
(builtins.partition
|
(builtins.partition
|
||||||
(y: (config.sysconfig.users.${y}.home-manager.enable && !config.sysconfig.users.${y}.home-manager.standalone))
|
(y: (config.sysconfig.users.${y}.home-manager.enable && !config.sysconfig.users.${y}.home-manager.standalone))
|
||||||
(builtins.attrNames config.sysconfig.users)
|
(builtins.attrNames config.sysconfig.users)
|
||||||
).wrong
|
).right
|
||||||
);
|
);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user