diff options
| author | seth <[email protected]> | 2023-09-08 08:26:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-08 08:29:57 -0400 |
| commit | d6a5613e846066a2801138f5b54b37c9d8baf114 (patch) | |
| tree | 1e4d238a7ce3d779724b0ccb92d02754bc71690b | |
| parent | 1fe15703fb325e7928fa1a52507be985f7651599 (diff) | |
seth/programs: exa -> eza
Flake lock file updates:
• Updated input 'hm':
'github:nix-community/home-manager/f5c15668f9842dd4d5430787d6aa8a28a07f7c10' (2023-08-30)
→ 'github:nix-community/home-manager/19c6a4081b14443420358262f8416149bd79561a' (2023-09-08)
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | users/seth/shell/default.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -241,11 +241,11 @@ ] }, "locked": { - "lastModified": 1693399033, - "narHash": "sha256-yXhiMo8MnE86sGtPIHAKaLHhmhe8v9tqGGotlUgKJvY=", + "lastModified": 1694134858, + "narHash": "sha256-fG/ESauOGmiojKlpJG8gB62dJa5Wd+ZIuiDMKK/HD3g=", "owner": "nix-community", "repo": "home-manager", - "rev": "f5c15668f9842dd4d5430787d6aa8a28a07f7c10", + "rev": "19c6a4081b14443420358262f8416149bd79561a", "type": "github" }, "original": { diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index e8ae1c1..5f7e24c 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -28,7 +28,7 @@ in { }; }; - exa = { + eza = { enable = true; enableAliases = true; icons = true; |
