disable neovide
This commit is contained in:
parent
780b8ab45f
commit
93ccb97306
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
(../../../modules/features/home/ghostty.nix)
|
(../../../modules/features/home/ghostty.nix)
|
||||||
(../../../modules/features/home/kitty.nix)
|
(../../../modules/features/home/kitty.nix)
|
||||||
(../../../modules/features/home/browsers.nix)
|
(../../../modules/features/home/browsers.nix)
|
||||||
(../../../modules/features/home/neovide.nix)
|
# (../../../modules/features/home/neovide.nix)
|
||||||
|
|
||||||
(../../../modules/features/home/bash.nix)
|
(../../../modules/features/home/bash.nix)
|
||||||
(../../../modules/features/home/starship.nix)
|
(../../../modules/features/home/starship.nix)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
programs.neovide = {
|
programs.neovide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {};
|
settings = {
|
||||||
|
neovim-bin = "/etc/profiles/per-user/asakiyuki/bin/nvim";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in a new issue