mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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 = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.neovim-nightly;
|
package = pkgs.neovim-nightly;
|
||||||
|
Loading…
Reference in New Issue
Block a user