mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 18:19:12 +00:00
users/foo-dogsquared/programs/nixvim: remove NixVim module import
This commit is contained in:
parent
ec5871b524
commit
b80180b5cf
@ -39,7 +39,6 @@
|
||||
inputs.nur.modules.homeManager.default
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.wrapper-manager-fds.homeModules.wrapper-manager
|
||||
inputs.nixvim.homeManagerModules.default
|
||||
];
|
||||
deploy = {
|
||||
autoRollback = true;
|
||||
|
@ -16,15 +16,10 @@ let
|
||||
};
|
||||
in {
|
||||
options.users.foo-dogsquared.programs.nixvim.enable =
|
||||
lib.mkEnableOption "NixVim setup";
|
||||
lib.mkEnableOption "editors made with NixVim";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Basically, we're creating Neovim flavors with NixVim so no need for it.
|
||||
#
|
||||
# Also another reason we're forcibly disabling that it is heavily assumed
|
||||
# that it is using the Neovim configuration found from the dotfiles repo.
|
||||
programs.nixvim.enable = lib.mkForce false;
|
||||
|
||||
wrapper-manager.packages.neovim-flavors = {
|
||||
wrappers.nvim-fiesta.arg0 = let
|
||||
nvimPkg = createNixvimFlavor {
|
||||
|
Loading…
Reference in New Issue
Block a user