comment out gimp and bottles while they dont work; move open ports again; remove vscode copilot shite
This commit is contained in:
@@ -44,11 +44,4 @@
|
||||
"worble" = import ./home-manager/home.nix;
|
||||
};
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
# 443 Helldivers crashes internet otherwise
|
||||
# 1900 UPNP discovery
|
||||
# 5001 Universal Media Server
|
||||
networking.firewall.allowedTCPPorts = [ 443 1900 5001 ];
|
||||
networking.firewall.allowedUDPPorts = [ 443 1900 ];
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
ubuntu-sans-mono
|
||||
nerd-fonts.space-mono
|
||||
keepassxc
|
||||
bottles
|
||||
#bottles
|
||||
rustup
|
||||
strawberry-qt6
|
||||
rclone
|
||||
@@ -61,7 +61,7 @@
|
||||
sdk_8_0
|
||||
sdk_9_0
|
||||
])
|
||||
gimp-with-plugins
|
||||
#gimp-with-plugins
|
||||
ffmpeg-full
|
||||
protonup-qt
|
||||
protontricks
|
||||
@@ -156,7 +156,7 @@
|
||||
vo = "gpu-next";
|
||||
gpu-api = "vulkan";
|
||||
hwdec = "vulkan";
|
||||
screenshot-directory = "~/Pictures/";
|
||||
screenshot-directory = "/mnt/HDD1/Pictures/";
|
||||
screenshot-template = "%F/%F_snapshot_%P";
|
||||
glsl-shaders = "~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Restore_CNN_VL.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_VL.glsl:~~/shaders/Anime4K_AutoDownscalePre_x2.glsl:~~/shaders/Anime4K_AutoDownscalePre_x4.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user