From 70c6eeba499ed85cdfd58725aff1222b00ff5cae Mon Sep 17 00:00:00 2001 From: anand Date: Wed, 17 Dec 2025 20:28:40 +0530 Subject: Added hypridle and hyprlock --- configuration.nix | 2 ++ home.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index c838db0..4e1402e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,6 +90,8 @@ ferdium spotify-player wl-clipboard + hypridle + hyprlock ]; fonts.packages = with pkgs; [ diff --git a/home.nix b/home.nix index 5096ddc..c08c0e1 100755 --- a/home.nix +++ b/home.nix @@ -35,6 +35,7 @@ in "cd" ]; initExtra = '' + bind -x '"\C-l": clear' set -o vi eval "$(fzf --bash)" eval "$(zoxide init bash)" -- cgit v1.2.3