feat(ags): replace hyprlock with ags

This commit is contained in:
matt1432 2024-04-19 17:01:09 -04:00
parent d98290a6e4
commit 94ce797784
11 changed files with 202 additions and 159 deletions
devices/wim/modules

View file

@ -36,6 +36,6 @@ in {
polkit-1.text = mkDefault (mkBefore grosshackConf);
# FIXME: sometimes can't use password
hyprlock.text = mkDefault (mkBefore grosshackConf);
ags.text = mkDefault (mkBefore grosshackConf);
};
}