Compare commits

..

No commits in common. "a1d0ce1bb19f02651c42fe2f8302799b4a20f503" and "3a9f295e43bf8dfabb6caae31e7c7006eab0941f" have entirely different histories.

5 changed files with 1 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

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