slightly nixify dunst

This commit is contained in:
Reid 2024-10-21 23:15:37 -07:00
parent d2b1dbdb58
commit e2f99e576b
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
4 changed files with 77 additions and 71 deletions

View file

@ -16,11 +16,11 @@ in {
config = mkIf cfg.enable {
security.pam.services.hyprlock.text = "auth include login";
hm.home.packages = [ cfg.package ];
hm.programs.hyprlock = with config.colorScheme.palette; {
hm.programs.hyprlock = {
enable = true;
package = cfg.package;
settings = {
settings = with config.colorScheme.palette; {
general = {
hide_cursor = false;
no_fade_in = true;