Adding nixvim

This commit is contained in:
2025-09-17 11:31:58 -04:00
parent e75178c276
commit 8c1552cdde
8 changed files with 484 additions and 227 deletions

View File

@@ -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;
}