Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 7b53280164 - Show all commits

View file

@ -6,7 +6,7 @@
# accordingly, and then commit it.
home = {
# Stub values for demonstration. Override these in local branch.
username = "larssonmartin1998-mac";
homeDirectory = "/Users/larssonmartin1998-mac";
username = "nixos";
homeDirectory = "/home/nixos";
};
}

View file

@ -3,8 +3,6 @@
}:
{
system = {
stateVersion = 5;
stateVersion = "24.11";
};
nix-homebrew.user = "larssonmartin1998-mac";
}