diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-04T17·12-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-04T17·12-0400 |
commit | 9405a6391a2cc76fdb0977da2bcf27a400f73c7e (patch) | |
tree | ca5536ddcee3973481f7c73d3f0d6b15afed7de5 /home/home.nix | |
parent | 446c8bfddd0bca947433b848a43b953c08dc8506 (diff) |
Add tarsnap module
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix index 6632a4f13819..8a6704ecc8e1 100644 --- a/home/home.nix +++ b/home/home.nix @@ -9,6 +9,7 @@ let machine = ./machines/chupacabra.nix; in ./modules/firefox.nix ./modules/i3.nix ./modules/shell.nix + ./modules/tarsnap.nix ./modules/vim.nix ./modules/alsi.nix ./modules/lib/cloneRepo.nix |