From 8fed51a37dd31ec41bc5d7d3de12c43cb478c78a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 10 Jul 2024 20:32:04 +0200 Subject: [PATCH] feat: adds lockscreen (2) --- modules/home/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/default.nix b/modules/home/hyprland/default.nix index c8e98f1..e7206ca 100644 --- a/modules/home/hyprland/default.nix +++ b/modules/home/hyprland/default.nix @@ -3,5 +3,6 @@ imports = [ (import ./hyprland.nix) ] ++ [ (import ./config.nix) ] ++ [ (import ./variables.nix) ] + ++ [ (import ./hyprlock.nix) ] ++ [ inputs.hyprland.homeManagerModules.default ]; }