mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-09-08 16:04:39 +00:00
update system
This commit is contained in:
@@ -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
|
||||
[
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user