nixos: gen 182 @ nix-pad — 2026-07-31 01:55

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 01:56:00 -06:00
parent dd832c2542
commit 20bebdd987
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -41,6 +41,7 @@ in
settings = {
# Autostart DMS if you prefer launching it directly from Niri instead of systemd
spawn-at-startup = [
{ command = [ "dms" "run" ]; }
{ command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon
{ command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; }
];
@@ -71,12 +72,11 @@ in
{ # All windows
geometry-corner-radius = {
bottom-left = 25.0;
bottom-right = 0.0;
top-right = 0.0;
bottom-right = 25.0;
top-right = 25.0;
top-left = 25.0;
};
draw-border-with-background = true;
clip-to-geometry = true;
}