diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-28 16:59:21 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-28 16:59:21 -0600 |
| commit | eaa11cebcb15aa76c9ef10b539ac3dc412c50ff8 (patch) | |
| tree | 0b7be7305e210c0c4b5984c55659c6278d01d22e /users/timmy/default.nix | |
| parent | 182f10a725e154d46069213ad709711f83c7c57a (diff) | |
| download | nixos-eaa11cebcb15aa76c9ef10b539ac3dc412c50ff8.tar.xz nixos-eaa11cebcb15aa76c9ef10b539ac3dc412c50ff8.zip | |
reposync
Diffstat (limited to 'users/timmy/default.nix')
| -rw-r--r-- | users/timmy/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/users/timmy/default.nix b/users/timmy/default.nix index e118395..e3950bc 100644 --- a/users/timmy/default.nix +++ b/users/timmy/default.nix @@ -24,6 +24,7 @@ in { ./localization.nix ./nas.nix ./printing.nix + ./repos.nix ./user.nix ./wifi.nix ]; @@ -115,11 +116,6 @@ in { }; }; - # Clone repos - home._repos = { - enable = true; - }; - # Setup gtk bookmarks gtk.gtk3.bookmarks = ( lib.mapAttrsToList (name: dir: |
