add rofi and vlc

This commit is contained in:
Pim Kunis 2023-09-29 22:54:59 +02:00
parent 220677a247
commit f6c69ee9ab

View file

@ -12,6 +12,7 @@ in
keepassxc
nil
moonlight-qt
vlc
];
};
@ -25,6 +26,10 @@ in
programs = {
home-manager.enable = true;
rofi = {
enable = true;
};
neovim = {
enable = true;
viAlias = true;