mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
disable nvchad
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
{ inputs, pkgs, ... }: {
|
{ inputs, pkgs, ... }: {
|
||||||
|
|
||||||
xdg.configFile."nvim" = {
|
# fix nvchad
|
||||||
source = "${pkgs.nvchad}";
|
# xdg.configFile."nvim" = {
|
||||||
};
|
# source = "${pkgs.nvchad}";
|
||||||
|
# };
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
neovim = {
|
neovim = {
|
||||||
|
Reference in New Issue
Block a user