nixos: gen 182 @ nix-pad — 2026-07-31 01:55
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -41,6 +41,7 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
# Autostart DMS if you prefer launching it directly from Niri instead of systemd
|
# Autostart DMS if you prefer launching it directly from Niri instead of systemd
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
|
{ command = [ "dms" "run" ]; }
|
||||||
{ command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon
|
{ command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon
|
||||||
{ command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; }
|
{ command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; }
|
||||||
];
|
];
|
||||||
@@ -71,12 +72,11 @@ in
|
|||||||
{ # All windows
|
{ # All windows
|
||||||
geometry-corner-radius = {
|
geometry-corner-radius = {
|
||||||
bottom-left = 25.0;
|
bottom-left = 25.0;
|
||||||
bottom-right = 0.0;
|
bottom-right = 25.0;
|
||||||
top-right = 0.0;
|
top-right = 25.0;
|
||||||
top-left = 25.0;
|
top-left = 25.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
draw-border-with-background = true;
|
draw-border-with-background = true;
|
||||||
clip-to-geometry = true;
|
clip-to-geometry = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,15 +18,15 @@ in
|
|||||||
package = inputs.niri.packages.${pkgs.system}.niri-unstable;
|
package = inputs.niri.packages.${pkgs.system}.niri-unstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.displayManager.dms-greeter = {
|
programs.dsearch.enable = true;
|
||||||
|
|
||||||
|
programs.dank-material-shell.greeter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compositor.name = "niri";
|
compositor.name = "niri";
|
||||||
|
|
||||||
configHome = "/home/jashton";
|
#configHome = "/home/jashton";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.dsearch.enable = true;
|
|
||||||
|
|
||||||
programs.dms-shell = {
|
programs.dms-shell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSystemMonitoring = true;
|
enableSystemMonitoring = true;
|
||||||
@@ -36,7 +36,7 @@ in
|
|||||||
enableCalendarEvents = true;
|
enableCalendarEvents = true;
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = false;
|
enable = true;
|
||||||
restartIfChanged = true;
|
restartIfChanged = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user