1
0
Fork 0
forked from irl/nix-configs

feat: use /Users/irl for home on darwin

This commit is contained in:
Iain Learmonth 2025-06-07 13:52:26 +01:00
parent 6e8d58e5ac
commit f655c56b22

View file

@ -13,7 +13,8 @@ in
config = { config = {
home.username = "irl"; home.username = "irl";
home.homeDirectory = "/home/irl"; home.homeDirectory =
if lib.strings.hasSuffix "darwin" pkgs.system then "/Users/irl" else "/home/irl";
home.stateVersion = "25.05"; home.stateVersion = "25.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
fish fish