diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-27 14:47:47 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-27 14:47:47 -0400 |
commit | f6ffc5b30615f1d9962783a9758ff55e0088a779 (patch) | |
tree | 9b06e7671df118cb9302c4f307e3be0dd4b3b00d | |
parent | 3bcd60a43411ff29af4061724ea2c70d18f7a7dd (diff) |
added git lfs
-rw-r--r-- | home-config/home-configuration.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index ede6986..5dc6091 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -82,7 +82,8 @@ | |||
82 | "aerc" | 82 | "aerc" |
83 | "tcpdump" | 83 | "tcpdump" |
84 | "pamixer" | 84 | "pamixer" |
85 | "git")) | 85 | "git" |
86 | "git-lfs")) | ||
86 | (list my-neovim))) | 87 | (list my-neovim))) |
87 | 88 | ||
88 | ;; Below is the list of Home services. To search for available | 89 | ;; Below is the list of Home services. To search for available |