Add neovim and yt-dlp
This commit is contained in:
parent
815b010b15
commit
59fb48a6f5
@ -47,6 +47,8 @@ in
|
||||
libnotify # notifications
|
||||
mako # notification daemon
|
||||
xdg-desktop-portal-hyprland # desktop portal (hyprland fork)
|
||||
neovim # text editor
|
||||
yt-dlp # video downloader
|
||||
];
|
||||
|
||||
imports = [
|
||||
@ -75,6 +77,8 @@ in
|
||||
# user environment variables
|
||||
sessionVariables = {
|
||||
SSH_AUTH_SOCK = "/run/user/1000/ssh-agent.socket";
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user