feat: Added neovide

This commit is contained in:
uttarayan21
2024-07-18 20:34:44 +05:30
parent 2aaa3e28ef
commit 0435f74186

View File

@@ -26,6 +26,7 @@ lib.attrsets.optionalAttrs device.hasGui {
home.packages = with pkgs;
[
_1password
neovide
]
++ lib.optionals device.isLinux [
(mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};})