mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 09:43:50 -08:00
fix: temporarily disable neovide due to nixpkgs build failure
This commit is contained in:
parent
6e486c3f78
commit
543abe19eb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
|
||||
programs.neovide = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
font = {
|
||||
normal = [ "CaskaydiaCove Nerd Font" ];
|
||||
|
|
Loading…
Reference in a new issue