# HG changeset patch # User Tomas Zeman # Date 1628019397 -7200 # Node ID a6ca4dbd53167596672fffcb0e02417ac5377c44 # Parent ab2a7f6531567fa2d44061c7d923781032f7d65d Upgrade -> 21.05 (incl. stateVersion) diff -r ab2a7f653156 -r a6ca4dbd5316 home.nix --- 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