Add credits

This commit is contained in:
DashieTM 2024-11-16 16:46:32 +01:00
parent 5ada5903ef
commit 10e362af18
3 changed files with 11 additions and 1 deletions

View file

@ -19,6 +19,9 @@
config = lib.mkIf config.mods.hyprland.hyprlock.enable (
lib.optionalAttrs (options ? xdg.configFile) {
stylix.targets.hyprlock = {
enable = false;
};
home.packages = with pkgs; [ hyprlock ];
programs.hyprlock = lib.mkIf config.mods.hyprland.hyprlock.enable {
enable = true;