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