nirir noctalia packages updates
This commit is contained in:
@@ -266,6 +266,10 @@ in
|
||||
matches = [ { namespace = "noctalia-overview*"; } ];
|
||||
place-within-backdrop = true;
|
||||
}
|
||||
{
|
||||
matches = [ { namespace = "^noctalia-backdrop"; } ];
|
||||
place-within-backdrop = true;
|
||||
}
|
||||
];
|
||||
|
||||
# Window rules
|
||||
|
||||
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user