Rename input
This commit is contained in:
parent
2fafce867e
commit
7b5e6be191
|
|
@ -11,9 +11,8 @@
|
||||||
neovim-nightly-overlay = {
|
neovim-nightly-overlay = {
|
||||||
url = "github:nix-community/neovim-nightly-overlay";
|
url = "github:nix-community/neovim-nightly-overlay";
|
||||||
};
|
};
|
||||||
neovim = {
|
neovim-flake = {
|
||||||
url = "git+ssh://gitea@pi1.odie.intranet/odie/neovim-flake.git";
|
url = "git+ssh://gitea@pi1.odie.intranet/odie/neovim-flake.git";
|
||||||
#url = "/home/odie/Code/nix/neovim-config";
|
|
||||||
};
|
};
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
nixgl.url = "github:nix-community/nixGL";
|
nixgl.url = "github:nix-community/nixGL";
|
||||||
|
|
@ -33,7 +32,7 @@
|
||||||
|
|
||||||
inputOverlays = [
|
inputOverlays = [
|
||||||
inputs.neovim-nightly-overlay.overlays.default
|
inputs.neovim-nightly-overlay.overlays.default
|
||||||
inputs.neovim.overlays.default
|
inputs.neovim-flake.overlays.default
|
||||||
inputs.nur.overlay
|
inputs.nur.overlay
|
||||||
inputs.nixgl.overlay
|
inputs.nixgl.overlay
|
||||||
];
|
];
|
||||||
|
|
@ -73,7 +72,7 @@
|
||||||
odie-dev = home-manager.lib.homeManagerConfiguration {
|
odie-dev = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs extraSpecialArgs;
|
inherit pkgs extraSpecialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
inputs.neovim.homeModules.neovim-ide
|
inputs.neovim-flake.homeModules.neovim-ide
|
||||||
homeModules.base
|
homeModules.base
|
||||||
homeModules.shell
|
homeModules.shell
|
||||||
homeModules.dev
|
homeModules.dev
|
||||||
|
|
@ -82,7 +81,7 @@
|
||||||
odie-gui = home-manager.lib.homeManagerConfiguration {
|
odie-gui = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs extraSpecialArgs;
|
inherit pkgs extraSpecialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
inputs.neovim.homeModules.neovim-ide
|
inputs.neovim-flake.homeModules.neovim-ide
|
||||||
homeModules.base
|
homeModules.base
|
||||||
homeModules.shell
|
homeModules.shell
|
||||||
homeModules.dev
|
homeModules.dev
|
||||||
|
|
|
||||||
Reference in New Issue