test
This commit is contained in:
+8
-20
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user