diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:44:32 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:44:32 -0700 |
commit | 016ca539cb1efdc074f8fec67add97b070ddeec7 (patch) | |
tree | dc503f1ab49014072154c5586fb6c3ac82e02397 /nix/hosts | |
parent | a few more tweaks for cgit (diff) | |
download | world-016ca539cb1efdc074f8fec67add97b070ddeec7.tar.gz |
sort repositories by age
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/wildcat/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix index bc28ae2..884b292 100644 --- a/nix/hosts/wildcat/configuration.nix +++ b/nix/hosts/wildcat/configuration.nix @@ -63,6 +63,7 @@ max-atom-items = 108; max-commit-count = 250; max-repo-count = 500; + repository-sort = "age"; snapshots = "tar.gz"; root-title = "¯\\_(ツ)_/¯"; root-desc = "source code of my various projects"; |