Update
This commit is contained in:
parent
aff363f37d
commit
351dc0ebb3
@ -21,6 +21,8 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
|||||||
- [ ] Wofi: popin
|
- [ ] Wofi: popin
|
||||||
- [ ] Wlogout: fade in
|
- [ ] Wlogout: fade in
|
||||||
- [ ] Fix screenshots
|
- [ ] Fix screenshots
|
||||||
|
- [ ] Fix hyprlock
|
||||||
|
- [ ] Hyprlock tty theme
|
||||||
|
|
||||||
- [ ] Nixvim
|
- [ ] Nixvim
|
||||||
- [ ] Keymaps:
|
- [ ] Keymaps:
|
||||||
|
@ -49,9 +49,12 @@
|
|||||||
sl = "ls";
|
sl = "ls";
|
||||||
open = "${pkgs.xdg_utils}/bin/xdg-open";
|
open = "${pkgs.xdg_utils}/bin/xdg-open";
|
||||||
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
||||||
note = "vim ~/nextcloud/Notes/index.md";
|
|
||||||
wireguard-import = "nmcli connection import type wireguard file";
|
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
|
# git
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
Loading…
Reference in New Issue
Block a user