update system

This commit is contained in:
2026-08-13 10:43:30 +02:00
parent 40660a57eb
commit 754bd6bc06
3 changed files with 15 additions and 5 deletions
@@ -50,7 +50,7 @@ in
disable_hyprland_logo = true;
disable_splash_rendering = true;
vrr = lib.mkDefault 2;
enable_swallow = true;
enable_swallow = false;
swallow_regex = "^kitty$";
};
binds.scroll_event_delay = 0;
@@ -86,8 +86,8 @@ in
(bind "SUPER + LEFT" "hl.dsp.layout('focus l')")
(bind "SUPER + RIGHT" "hl.dsp.layout('focus r')")
(bind "SUPER + mouse_up" "hl.dsp.layout('focus r')")
(bind "SUPER + mouse_down" "hl.dsp.layout('focus l')")
(bind "SUPER + mouse_up" "hl.dsp.layout('focus l')")
(bind "SUPER + mouse_down" "hl.dsp.layout('focus r')")
]
else
[
+2 -1
View File
@@ -3,6 +3,7 @@
lib,
osConfig,
config,
username,
...
}:
@@ -192,7 +193,7 @@ in
pkgs.sunwait
];
runtimeEnv = {
STATE = "/home/theaninova/.local/state/md3-evo";
STATE = "/home/${username}/.local/state/md3-evo";
THEME_SERVICE_PATH = "${config.xdg.configHome}/systemd/user/theme-init.timer";
FLAVOUR = toString cfg.flavour;
LAT = "${toString cfg.auto-dark.lat}N";
+10 -1
View File
@@ -22,9 +22,18 @@ in
dfu-util
];
# Bambu Network Plugin
networking.firewall.allowedUDPPorts = [ 2021 ];
networking.firewall = {
allowedUDPPorts = [
2021 # Discovery
];
allowedTCPPorts = [
8883 # MQTT
6000 # MPEG over TLS
];
};
home-manager.users.${username} = {
home.packages = with pkgs; [
freecad
orca-slicer
];
programs = {