diff --git a/configuration.nix b/configuration.nix index 592d36c..1d5b0da 100644 --- a/configuration.nix +++ b/configuration.nix @@ -30,6 +30,9 @@ # Add ability to used TouchID for sudo authentication security.pam.enableSudoTouchIdAuth = true; + # https://github.com/nix-community/home-manager/issues/4026 + users.users.pcasaretto.home = "/Users/pcasaretto"; + system.defaults = { # Finder preferences finder = { diff --git a/home.nix b/home.nix index 6d1fb61..ac8141e 100644 --- a/home.nix +++ b/home.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, dotenv, devenv, ... }: { - home.stateVersion = "22.05"; + home.stateVersion = "23.05"; # Direnv, load and unload environment variables depending on the current directory. # https://direnv.net