Compare commits
2 commits
3a9f295e43
...
a1d0ce1bb1
Author | SHA1 | Date | |
---|---|---|---|
a1d0ce1bb1 | |||
8f8ecc1f49 |
5 changed files with 12 additions and 1 deletions
|
@ -97,6 +97,7 @@ in
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"ventoy-gtk3-1.1.05"
|
"ventoy-gtk3-1.1.05"
|
||||||
|
"modrinth-app"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -45,6 +45,11 @@
|
||||||
## Productivity ##
|
## Productivity ##
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
|
eloquent
|
||||||
|
|
||||||
|
## Minecraft ##
|
||||||
|
# modrinth-app
|
||||||
|
# gdlauncher-carbon
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,6 +43,11 @@
|
||||||
## Productivity ##
|
## Productivity ##
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
|
eloquent
|
||||||
|
|
||||||
|
## Minecraft ##
|
||||||
|
modrinth-app
|
||||||
|
gdlauncher-carbon
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit (pkgs.jetbrains)
|
inherit (pkgs.jetbrains)
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--network-alias=adguard"
|
"--network-alias=adguard"
|
||||||
"--network=adguard_default"
|
"--network=adguard_default"
|
||||||
|
"--network=newt"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,5 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
id = cfg.ID;
|
id = cfg.ID;
|
||||||
secret = cfg.SECRET;
|
secret = cfg.SECRET;
|
||||||
useHostNetwork = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue