mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -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 = {
|
programs.neovide = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
font = {
|
font = {
|
||||||
normal = [ "CaskaydiaCove Nerd Font" ];
|
normal = [ "CaskaydiaCove Nerd Font" ];
|
||||||
|
|
Loading…
Reference in a new issue