From 8385522f867ef0d96091c3eb283bc00868e0b8d6 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 6 Oct 2024 01:46:21 +0200 Subject: [PATCH] Update home manager Now i can remove the direnv hook! --- modules/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index 4ce96a0..e3ed550 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -87,7 +87,6 @@ track_directories end set -gx DIRENV_LOG_FORMAT "" - direnv hook fish | source ''; }; @@ -134,5 +133,5 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home.stateVersion = "22.05"; + home.stateVersion = "24.11"; }