This commit is contained in:
biscuit
2025-06-03 11:55:29 -05:00
parent efede58a6d
commit a5db5cc54d
6 changed files with 8 additions and 714 deletions
+8 -20
View File
@@ -11,27 +11,15 @@
sha256 = "sha256-Plo7edu9vXDDzZxyPu+traIAyHOouViU/nXNkDx+/N4=";
};
in {
# home.packages = with pkgs; [
# lazygit
# ripgrep
# ];
imports = [
inputs.nixvim.homeModules.nixvim
home.packages = with pkgs; [
lazygit
ripgrep
];
programs.neovim.enable = true;
programs.nixvim = {
imports = [
./custom/dashboard.nix
# ./custom/telescope.nix
];
enable = true;
plugins = {
};
# home.file.".config/nvim" = {
# # source = /home/biscuit/Nixos/packages/nvim/nvchad;
# source = nvimSource;
# recursive = true;
# force = true;
# };
home.file.".config/nvim" = {
# source = /home/biscuit/Nixos/packages/nvim/nvchad;
source = nvimSource;
recursive = true;
force = true;
};
}