Update home manager

Now i can remove the direnv hook!
This commit is contained in:
larstvei 2024-10-06 01:46:21 +02:00
parent 87849b99cd
commit 8385522f86

View File

@ -87,7 +87,6 @@
track_directories track_directories
end end
set -gx DIRENV_LOG_FORMAT "" set -gx DIRENV_LOG_FORMAT ""
direnv hook fish | source
''; '';
}; };
@ -134,5 +133,5 @@
# You can update Home Manager without changing this value. See # You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version # the Home Manager release notes for a list of state version
# changes in each release. # changes in each release.
home.stateVersion = "22.05"; home.stateVersion = "24.11";
} }