From 59c60e9b09cfe651eaa969ae360b764f187fde91 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 8 Sep 2023 17:51:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20exa=20deprecated,=20lon?= =?UTF-8?q?g=20live=20eza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 12 ++++++------ modules/zsh.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index d0a9ab0..f9d5fbe 100644 --- a/flake.lock +++ b/flake.lock @@ -80,11 +80,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": { @@ -95,11 +95,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1693468066, - "narHash": "sha256-X6qkj/n/JkUhQoumMUW8/0tHXLrKVQsK9ZzR/wllzkQ=", + "lastModified": 1694062546, + "narHash": "sha256-PiGI4f2BGnZcedP6slLjCLGLRLXPa9+ogGGgVPfGxys=", "owner": "nixos", "repo": "nixpkgs", - "rev": "779bc051c7112e176d1a2dab13c21ec9a23744f0", + "rev": "b200e0df08f80c32974a6108ce431d8a8a5e6547", "type": "github" }, "original": { diff --git a/modules/zsh.nix b/modules/zsh.nix index 2cfb817..857047f 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -10,7 +10,7 @@ _: }; btop.enable = true; direnv.enable = true; - exa = { + eza = { enable = true; enableAliases = true; extraOptions = [ "--header" ];