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;
}
+5 -5
View File
@@ -18,15 +18,15 @@ in
package = inputs.niri.packages.${pkgs.system}.niri-unstable;
};
services.displayManager.dms-greeter = {
programs.dsearch.enable = true;
programs.dank-material-shell.greeter = {
enable = true;
compositor.name = "niri";
configHome = "/home/jashton";
#configHome = "/home/jashton";
};
programs.dsearch.enable = true;
programs.dms-shell = {
enable = true;
enableSystemMonitoring = true;
@@ -36,7 +36,7 @@ in
enableCalendarEvents = true;
systemd = {
enable = false;
enable = true;
restartIfChanged = true;
};