WIP
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
|
||||
home.file.".config/nvim" = {
|
||||
source = ./nvchad;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user