mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
nexusmods
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
flake.nixosModules.gaming-sys-nexusmods = { pkgs, ... }: {
|
flake.nixosModules.gaming-sys-nexusmods = { pkgs, ... }: {
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"nexusmods-app-unfree-0.21.1"
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nexusmods-app-unfree
|
nexusmods-app-unfree
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user