This commit is contained in:
Glen Goodwin 2023-08-15 15:49:35 -04:00
parent 78e8d4cd39
commit ceb75c42fd
14 changed files with 325 additions and 28 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
home.file."/home/glen/.config/lvim" = {
source = ./lvim;
recursive = true;
};
home.packages = with pkgs; [
];
}