diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 4bdf7f4..ec86418 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -68,6 +68,7 @@ # modules apps = { caelestia.enable = true; + hyprlock.enable = true; rofi.enable = true; kitty.enable = true; }; |