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