remove neovim flake, no need for it anymore
This commit is contained in:
parent
62aef9f95b
commit
d489269636
2 changed files with 0 additions and 5 deletions
|
|
@ -23,7 +23,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
||||||
# neovim.url = "github:LarssonMartin1998/neovim-flake";
|
|
||||||
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
|
|
@ -55,7 +54,6 @@
|
||||||
nix-darwin,
|
nix-darwin,
|
||||||
nixos-wsl,
|
nixos-wsl,
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
# neovim,
|
|
||||||
colorsync,
|
colorsync,
|
||||||
nix-homebrew,
|
nix-homebrew,
|
||||||
homebrew-core,
|
homebrew-core,
|
||||||
|
|
@ -126,7 +124,6 @@
|
||||||
++ extraModules;
|
++ extraModules;
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
# neovim-flake = neovim;
|
|
||||||
nur = nur.legacyPackages.${system};
|
nur = nur.legacyPackages.${system};
|
||||||
colorsync = colorsync.packages.${system}.default;
|
colorsync = colorsync.packages.${system}.default;
|
||||||
isLinux = isLinux;
|
isLinux = isLinux;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
# neovim-flake,
|
|
||||||
colorsync,
|
colorsync,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -78,7 +77,6 @@ in
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# neovim-flake.packages.${system}.neovim
|
|
||||||
neovim
|
neovim
|
||||||
fzf
|
fzf
|
||||||
bat
|
bat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue