Add neovim and yt-dlp

This commit is contained in:
RealStickman 2023-05-01 12:33:34 +02:00
parent 815b010b15
commit 59fb48a6f5

View File

@ -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";
};
};