mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
trying to reset nvim
This commit is contained in:
parent
8b5b763920
commit
d161a52f3d
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@ in
|
|||
};
|
||||
|
||||
# Bandaid fix until I can get the declarative setup working
|
||||
home.file.".config/nvim" = {
|
||||
source = ./config/lazyvim;
|
||||
recursive = true;
|
||||
};
|
||||
# home.file.".config/nvim" = {
|
||||
# source = ./config/lazyvim;
|
||||
# recursive = true;
|
||||
# };
|
||||
home.packages = with pkgs; [
|
||||
lazygit
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue