Upgrade -> 21.05 (incl. stateVersion)
--- a/home.nix Fri Apr 09 09:50:03 2021 +0200
+++ b/home.nix Tue Aug 03 21:36:37 2021 +0200
@@ -56,6 +56,9 @@
pkgs.pdftk
];
+ home.username = "tomas";
+ home.homeDirectory = "/home/tomas";
+
nixpkgs.config = import ./nixpkgs-config.nix;
programs.autojump = {
@@ -83,7 +86,7 @@
programs.direnv = {
enable = true;
enableBashIntegration = true;
- enableNixDirenvIntegration = true;
+ nix-direnv.enable = true;
};
services.gpg-agent = {
@@ -102,7 +105,7 @@
# 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 = "20.03";
+ home.stateVersion = "21.05";
}
# vim: ts=2 sw=2 et