mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared/setups/development: update Neovim conditional
This commit is contained in:
parent
b83872854f
commit
03cdbc64a9
@ -39,7 +39,7 @@ in
|
||||
];
|
||||
}
|
||||
|
||||
(lib.mkIf (!config.programs.nixvim.enable) {
|
||||
(lib.mkIf (!userCfg.programs.nixvim.enable) {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
|
Loading…
Reference in New Issue
Block a user