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