mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-04 11:58:53 -05:00
fix: gaming module
This commit is contained in:
parent
ffb729d62b
commit
5ee5117a85
1 changed files with 7 additions and 5 deletions
|
|
@ -23,10 +23,12 @@
|
|||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
# vintagestory
|
||||
# mudlet
|
||||
# r2modman
|
||||
# prismlauncher
|
||||
# obs-studio
|
||||
vintagestory
|
||||
mudlet
|
||||
r2modman
|
||||
prismlauncher
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"dotnet-runtime-7.0.20" # VintageStory dep
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue