user services + wm in hjr, some qs workaround

This commit is contained in:
atagen 2025-10-29 12:27:35 +11:00
parent 9e3aa574eb
commit cb44e16d76
19 changed files with 393 additions and 361 deletions

View file

@ -36,9 +36,9 @@
};
borders = {
thickness = 6;
rounding = 0;
gaps = 48;
thickness = 4;
rounding = 10;
gaps = 64;
};
bg = {
@ -59,7 +59,7 @@
plymouth = {
theme = "starship";
font = "${config.rice.fonts.sans.package}/share/fonts/truetype/InriaSans-Regular.ttf";
font = "${config.rice.fonts.sans.package}/share/fonts/truetype/MSW98UI-Regular.ttf";
themePackages = [
inputs.hudcore.packages.${pkgs.system}.default
];