feat: use /Users/irl for home on darwin
This commit is contained in:
parent
6e8d58e5ac
commit
f655c56b22
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue