update system

This commit is contained in:
2026-06-25 10:49:08 +02:00
parent 5f6fbdc0ac
commit fa6b2a387e
4 changed files with 31 additions and 28 deletions
+4 -1
View File
@@ -14,6 +14,9 @@ hl.config({
decoration = {
-- stylua: ignore
rounding = {{custom.radius}},
--[[ motion_blur = {
enabled = true,
},]]
blur = {
-- stylua: ignore
size = {{custom.blur}},
@@ -47,4 +50,4 @@ hl.animation({ leaf = "fade", enabled = true, speed = 3, bezier = "linear" })
hl.animation({ leaf = "fadeShadow", enabled = true, speed = 4, bezier = "linear" })
hl.animation({ leaf = "fadeDim", enabled = true, speed = 4, bezier = "linear" })
hl.animation({ leaf = "workspaces", enabled = true, speed = 1, spring = "default" })
hl.animation({ leaf = "workspaces", enabled = true, speed = 1, spring = "default", style = "slidevert" })
+2 -2
View File
@@ -20,9 +20,9 @@ in
environment.systemPackages = with pkgs; [
lpc21isp
dfu-util
openscad
# orca-slicer
];
# Bambu Network Plugin
networking.firewall.allowedUDPPorts = [ 2021 ];
home-manager.users.${username} = {
programs = {
lazygit.enable = true;
-1
View File
@@ -27,7 +27,6 @@ in
];
environment.systemPackages = with pkgs; [
steam
oversteer
obs-studio
/*