Compare commits

..

2 commits

Author SHA1 Message Date
a1d0ce1bb1 Add modrinth-app and gdlauncher-carbon to Rune's package list; include modrinth-app in Gojo's package list
Some checks are pending
Build NixOS ISOs (x86 only) / build-iso (x86, desktop) (push) Waiting to run
Build NixOS ISOs (x86 only) / build-iso (x86, server) (push) Waiting to run
Build NixOS ISOs (x86 only) / create-release (push) Blocked by required conditions
2025-06-28 15:19:48 -04:00
8f8ecc1f49 Made adguard easily accessible from newt 2025-06-25 18:21:51 -04:00
5 changed files with 12 additions and 1 deletions

View file

@ -97,6 +97,7 @@ in
allowUnfree = true;
permittedInsecurePackages = [
"ventoy-gtk3-1.1.05"
"modrinth-app"
];
}
'';

View file

@ -45,6 +45,11 @@
## Productivity ##
gimp
inkscape
eloquent
## Minecraft ##
# modrinth-app
# gdlauncher-carbon
;
};
}

View file

@ -43,6 +43,11 @@
## Productivity ##
gimp
inkscape
eloquent
## Minecraft ##
modrinth-app
gdlauncher-carbon
;
inherit (pkgs.jetbrains)

View file

@ -22,6 +22,7 @@
extraOptions = [
"--network-alias=adguard"
"--network=adguard_default"
"--network=newt"
];
};

View file

@ -7,6 +7,5 @@ in
enable = true;
id = cfg.ID;
secret = cfg.SECRET;
useHostNetwork = true;
};
}