Upgrade -> 21.05 (incl. stateVersion)
authorTomas Zeman <tomas@functionals.cz>
Tue, 03 Aug 2021 21:36:37 +0200
changeset 21 a6ca4dbd5316
parent 20 ab2a7f653156
child 22 2162f44d9a3a
Upgrade -> 21.05 (incl. stateVersion)
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