summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-17 20:28:40 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-17 20:28:40 +0530
commit70c6eeba499ed85cdfd58725aff1222b00ff5cae (patch)
treefa48329be25d4d68b08e8dcb6bb1bf25dbc89434
parentb7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (diff)
Added hypridle and hyprlock
-rw-r--r--configuration.nix2
-rwxr-xr-xhome.nix1
2 files changed, 3 insertions, 0 deletions
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)"