From 351dc0ebb3a2f298a06e9df4623cad0445494b4e Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:49:19 +0200 Subject: [PATCH] Update --- docs/TODO.md | 2 ++ home/programs/shell/zsh.nix | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index e5fb0fc..5773e56 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -21,6 +21,8 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md)) - [ ] Wofi: popin - [ ] Wlogout: fade in - [ ] Fix screenshots + - [ ] Fix hyprlock + - [ ] Hyprlock tty theme - [ ] Nixvim - [ ] Keymaps: diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 4080e85..0e2fa17 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -49,9 +49,12 @@ sl = "ls"; open = "${pkgs.xdg_utils}/bin/xdg-open"; icat = "${pkgs.kitty}/bin/kitty +kitten icat"; - note = "vim ~/nextcloud/Notes/index.md"; wireguard-import = "nmcli connection import type wireguard file"; - neorg = "cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.norg"; + neorg = + "cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.norg"; + notes = + "cd ~/nextcloud/Notes && vim -c ':ZenMode' -c ':Telescope find_files' index.md"; + note = "notes"; # git ga = "git add";