update system

This commit is contained in:
2026-02-12 14:15:30 +01:00
parent 4e8a6e0136
commit eed1fb7e13
3 changed files with 9 additions and 3 deletions

View File

@@ -193,7 +193,10 @@
networking = {
firewall = {
allowedTCPPorts = [ 25565 ];
allowedTCPPorts = [
25565
5173
];
allowedUDPPorts = [
25565
50765

View File

@@ -104,6 +104,7 @@
lsp.servers = {
html.enable = true;
svelte.enable = true;
buf_ls.enable = true;
dockerls.enable = true;

View File

@@ -16,7 +16,6 @@ in
config = mkIf cfg.enable {
fonts.fontconfig.subpixel.rgba = "bgr";
boot.kernelParams = [ "video=2560x1440@75" ];
home-manager.users.${username}.wayland.windowManager.hyprland.settings = {
general.layout = "master";
@@ -25,7 +24,10 @@ in
mfact = 0.65;
always_keep_position = true;
};
monitor = [ "DP-1,2560x1440@75,0x0,1" ];
monitor = [
"HDMI-A-1,2560x1440@75,0x0,1"
"DP-1,1920x1080@144,auto-center-right,1,transform,3"
];
xwayland.force_zero_scaling = true;
misc.vrr = 0; # VA suffers from VRR flicker
};