a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

desktop: disable hyprlock when it's disabled

karitham 77e5175e a0e6e3e9

+1 -1
+1 -1
modules/desktop/desktop.nix
··· 44 44 }; 45 45 46 46 hyprlock = { 47 - enable = true; 47 + enable = cfg.hyprlock.enable; 48 48 }; 49 49 }; 50 50