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;
|
||||
permittedInsecurePackages = [
|
||||
"ventoy-gtk3-1.1.05"
|
||||
"modrinth-app"
|
||||
];
|
||||
}
|
||||
'';
|
||||
|
|
|
@ -45,6 +45,11 @@
|
|||
## Productivity ##
|
||||
gimp
|
||||
inkscape
|
||||
eloquent
|
||||
|
||||
## Minecraft ##
|
||||
# modrinth-app
|
||||
# gdlauncher-carbon
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,11 @@
|
|||
## Productivity ##
|
||||
gimp
|
||||
inkscape
|
||||
eloquent
|
||||
|
||||
## Minecraft ##
|
||||
modrinth-app
|
||||
gdlauncher-carbon
|
||||
;
|
||||
|
||||
inherit (pkgs.jetbrains)
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
extraOptions = [
|
||||
"--network-alias=adguard"
|
||||
"--network=adguard_default"
|
||||
"--network=newt"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -7,6 +7,5 @@ in
|
|||
enable = true;
|
||||
id = cfg.ID;
|
||||
secret = cfg.SECRET;
|
||||
useHostNetwork = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue