parent
e1d77a4f3b
commit
0f627107ce
23 changed files with 243 additions and 209 deletions
homeManagerModules/neovim/langs/csharp
|
@ -10,7 +10,7 @@ self: {
|
|||
|
||||
cfg = config.programs.neovim;
|
||||
in {
|
||||
config = mkIf cfg.enableIde {
|
||||
config = mkIf cfg.enable {
|
||||
programs = {
|
||||
neovim = {
|
||||
extraPackages = attrValues {
|
||||
|
@ -73,5 +73,5 @@ in {
|
|||
};
|
||||
|
||||
# For accurate stack trace
|
||||
_file = ./csharp.nix;
|
||||
_file = ./default.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue