diff options
| -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; |
