mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07: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…
Add table
Add a link
Reference in a new issue