updates
This commit is contained in:
parent
78e8d4cd39
commit
ceb75c42fd
14 changed files with 325 additions and 28 deletions
13
modules/editors/lvim/home.nix
Normal file
13
modules/editors/lvim/home.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file."/home/glen/.config/lvim" = {
|
||||
source = ./lvim;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue