Adding nixvim
This commit is contained in:
37
flake.nix
37
flake.nix
@@ -22,13 +22,16 @@
|
||||
neovim-config = {
|
||||
url = "git+https://git.th3r00t.net/th3r00t/nvim-config.git?ref=New-Master";
|
||||
# url = "git+ssh://git@git.th3r00t.net/th3r00t/nvim-config.git?ref=main";
|
||||
|
||||
flake = false;
|
||||
};
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = {
|
||||
self, nixpkgs, home-manager, nix-index-database, sops-nix, disko,
|
||||
nixos-hardware, ...
|
||||
nixos-hardware, nixvim, ...
|
||||
}@inputs:
|
||||
let
|
||||
overlays = [
|
||||
@@ -64,11 +67,11 @@
|
||||
./home/xps13.nix
|
||||
nix-index-database.homeModules.nix-index
|
||||
];
|
||||
home.file.".config/nvim" = {
|
||||
source = inputs.neovim-config;
|
||||
recursive = true;
|
||||
# executable = true;
|
||||
};
|
||||
# home.file.".config/nvim" = {
|
||||
# source = inputs.neovim-config;
|
||||
# recursive = true;
|
||||
# # executable = true;
|
||||
# };
|
||||
};
|
||||
}
|
||||
];
|
||||
@@ -92,11 +95,11 @@
|
||||
./home/server.nix
|
||||
nix-index-database.homeModules.nix-index
|
||||
];
|
||||
home.file.".config/nvim" = {
|
||||
source = inputs.neovim-config;
|
||||
recursive = true;
|
||||
# executable = true;
|
||||
};
|
||||
# home.file.".config/nvim" = {
|
||||
# source = inputs.neovim-config;
|
||||
# recursive = true;
|
||||
# # executable = true;
|
||||
# };
|
||||
};
|
||||
# home-manager.users.th3r00t = import ./home.nix;
|
||||
}
|
||||
@@ -121,11 +124,11 @@
|
||||
./home/server.nix
|
||||
nix-index-database.homeModules.nix-index
|
||||
];
|
||||
home.file.".config/nvim" = {
|
||||
source = inputs.neovim-config;
|
||||
recursive = true;
|
||||
# executable = true;
|
||||
};
|
||||
# home.file.".config/nvim" = {
|
||||
# source = inputs.neovim-config;
|
||||
# recursive = true;
|
||||
# # executable = true;
|
||||
# };
|
||||
};
|
||||
# home-manager.users.th3r00t = import ./home.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user