darwin fixes

This commit is contained in:
2025-08-19 00:44:01 -07:00
parent 42715dd509
commit 3cffe88036

View File

@@ -10,7 +10,11 @@
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "rogueking";
home.homeDirectory = "/Users/rogueking";
# home.homeDirectory = "/Users/rogueking";
home.homeDirectory = if pkgs.stdenv.isDarwin
then "/Users/rogueking" # Path for macOS
else "/home/rogueking"; # Path for Linux
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release