Added neovide

This commit is contained in:
2025-08-24 12:40:01 -04:00
parent 761525421d
commit 2d2799ebdf
2 changed files with 27 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
wayvnc
xdg-desktop-portal-wlr
exfatprogs
neovide
];
services.udiskie = {
enable = false;
@@ -84,6 +85,27 @@
};
};
};
programs.neovide = {
enable = true;
settings = {
fork = false;
frame = "full";
idle = true;
maximized = false;
neovim-bin = "${pkgs.neovim}/bin/nvim";
no-multigrid = false;
srgb = false;
tabs = true;
title-hidden = true;
vsync = true;
wsl = false;
font = {
normal = "SauceCodePro Nerd Font Mono";
size = 8;
};
};
};
programs.wofi = {
enable = true;
settings = {