nirir noctalia packages updates

This commit is contained in:
2026-07-08 18:29:39 +02:00
parent 1ebffbfd91
commit b1ebf3c4a1
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -266,6 +266,10 @@ in
matches = [ { namespace = "noctalia-overview*"; } ];
place-within-backdrop = true;
}
{
matches = [ { namespace = "^noctalia-backdrop"; } ];
place-within-backdrop = true;
}
];
# Window rules
+6
View File
@@ -340,6 +340,12 @@ in
};
};
backdrop = {
enabled = true;
blur_intensity = 0.5; # 0.0 = no blur, 1.0 = maximum blur
tint_intensity = 0.3; # 0.0 = no tint, 1.0 = fully opaque tint
};
lockscreen_widgets = mkLockscreenWidgets outputs;
};
+5
View File
@@ -56,6 +56,11 @@
unstable.nrfutil
];
services.udev.enable = lib.mkDefault true;
services.udev.packages = with pkgs; [ nrf-udev ];
programs.dconf.enable = lib.mkDefault true;
}