fix: set correct path for hyprlock

This commit is contained in:
Ahwx 2025-11-21 12:04:29 +01:00
parent 0d84c5517f
commit 426b96be0d

View file

@ -6,6 +6,6 @@
++ [ (import ./scripts.nix) ]
++ [ (import ./variables.nix) ]
++ [ (import ./../hyprsunset.nix) ]
++ [ (import ./../hyprlock.nix) ]
++ [ (import ./../hyprlock/default.nix) ]
++ [ inputs.hyprland.homeManagerModules.default ];
}