slightly nixify dunst
This commit is contained in:
parent
d2b1dbdb58
commit
e2f99e576b
4 changed files with 77 additions and 71 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue