feat: adds lockscreen (2)

This commit is contained in:
Ahwx 2024-07-10 20:32:04 +02:00
parent 0ae4b0aa22
commit 8fed51a37d

View file

@ -3,5 +3,6 @@
imports = [ (import ./hyprland.nix) ]
++ [ (import ./config.nix) ]
++ [ (import ./variables.nix) ]
++ [ (import ./hyprlock.nix) ]
++ [ inputs.hyprland.homeManagerModules.default ];
}