From 5caf3a8422d02aca101911cc1322beca9695c5a6 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 4 May 2026 16:59:45 +0530 Subject: Here be Dragons an automated commit --- home/ghostty.nix | 1 + home/xdg-user-dirs.nix | 6 +++--- home/zsh.nix | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home/ghostty.nix b/home/ghostty.nix index fea0c7b..596933c 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -42,6 +42,7 @@ "alt+shift+r=reload_config" "ctrl+a=toggle_quick_terminal" "ctrl+shift+s=new_tab" + "ctrl+5=split_right" ]; }; }; diff --git a/home/xdg-user-dirs.nix b/home/xdg-user-dirs.nix index efe9f22..71fdb42 100644 --- a/home/xdg-user-dirs.nix +++ b/home/xdg-user-dirs.nix @@ -15,9 +15,9 @@ in desktop = homeDirectory; download = "${homeDirectory}/dl"; documents = "${homeDirectory}/dox"; - music = "${homeDirectory}/musics"; - pictures = "${homeDirectory}/pix"; - videos = "${homeDirectory}/vids"; + music = "${homeDirectory}/media/musics"; + pictures = "${homeDirectory}/media/pix"; + videos = "${homeDirectory}/media/vids"; projects = "${homeDirectory}/dox/code"; }; diff --git a/home/zsh.nix b/home/zsh.nix index eee7583..788395b 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -79,6 +79,7 @@ lf = "yazi"; dfm = "demonfm"; lg = "lazygit"; + down = "aria2c -x 16 -s 16"; ls = "eza"; ll = "eza -lgh"; -- cgit v1.1