Comment out neovim flake which I no longer need, use main nixpkgs
release instead
This commit is contained in:
parent
290e5df7b1
commit
01cde0784b
2 changed files with 6 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
||||||
neovim.url = "github:LarssonMartin1998/neovim-flake";
|
# neovim.url = "github:LarssonMartin1998/neovim-flake";
|
||||||
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
||||||
|
|
||||||
homebrew-core = {
|
homebrew-core = {
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
nix-darwin,
|
nix-darwin,
|
||||||
nixos-wsl,
|
nixos-wsl,
|
||||||
neovim,
|
# neovim,
|
||||||
colorsync,
|
colorsync,
|
||||||
nix-homebrew,
|
nix-homebrew,
|
||||||
homebrew-core,
|
homebrew-core,
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
++ extraModules;
|
++ extraModules;
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
neovim-flake = neovim;
|
# 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,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
neovim-flake,
|
# neovim-flake,
|
||||||
colorsync,
|
colorsync,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -74,7 +74,8 @@ in
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
neovim-flake.packages.${system}.neovim
|
# neovim-flake.packages.${system}.neovim
|
||||||
|
neovim
|
||||||
fzf
|
fzf
|
||||||
bat
|
bat
|
||||||
git
|
git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue