update and fix bits
This commit is contained in:
parent
22e8556a47
commit
d3649cf6e2
5 changed files with 28 additions and 23 deletions
|
|
@ -6,13 +6,16 @@ with lib;
|
|||
};
|
||||
|
||||
config = mkIf config.roles.gamer.enable {
|
||||
# required for heroic launcher
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = [{
|
||||
home.packages = with pkgs; [
|
||||
airshipper
|
||||
minetest
|
||||
superTuxKart
|
||||
osu-lazer
|
||||
xonotic
|
||||
|
||||
heroic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue