From fc7045f1d7f28ed394db621a05ebccf269afa47b Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 16 Oct 2024 13:33:39 -0400 Subject: [PATCH] fix deprecation --- nix/home-manager/flake.lock | 12 ++++++------ nix/home-manager/home.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nix/home-manager/flake.lock b/nix/home-manager/flake.lock index 667cc1b..d5f644e 100644 --- a/nix/home-manager/flake.lock +++ b/nix/home-manager/flake.lock @@ -114,11 +114,11 @@ ] }, "locked": { - "lastModified": 1728903686, - "narHash": "sha256-ZHFrGNWDDriZ4m8CA/5kDa250SG1LiiLPApv1p/JF0o=", + "lastModified": 1729027341, + "narHash": "sha256-IqWD7bA9iJVifvJlB4vs2KUXVhN+d9lECWdNB4jJ0tE=", "owner": "nix-community", "repo": "home-manager", - "rev": "e1aec543f5caf643ca0d94b6a633101942fd065f", + "rev": "2a4fd1cfd8ed5648583dadef86966a8231024221", "type": "github" }, "original": { @@ -276,11 +276,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1729018389, - "narHash": "sha256-Orpx6Y8LCiIxbQwbkUd/37W9MQZhyp4M6T0qog8fi8g=", + "lastModified": 1729098676, + "narHash": "sha256-pi9xRenQI9FE95oWjVihLs+GGuvE+yZev4SmCgglN1Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "62c003b0cca3949d5cf5597b218863f65fde7f4e", + "rev": "c2c26988772f4cab8c742231e4cc3f4ffddf3b87", "type": "github" }, "original": { diff --git a/nix/home-manager/home.nix b/nix/home-manager/home.nix index 889ff29..b1ac4ca 100644 --- a/nix/home-manager/home.nix +++ b/nix/home-manager/home.nix @@ -47,7 +47,7 @@ in { eza = { enable = true; git = true; - icons = false; + icons = "auto"; enableZshIntegration = true; };