Skip to content

Commit

Permalink
fix: hardcode home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pcasaretto committed Oct 24, 2023
1 parent 24f02eb commit 29a60e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configuration.nix
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 29a60e5

Please sign in to comment.