1
0
Fork 0

Environment updates

This commit is contained in:
Daniel Kempkens 2022-02-05 23:30:49 +01:00
parent 2df94189f0
commit 34df751b10
2 changed files with 8 additions and 4 deletions

View file

@ -22,7 +22,13 @@
'';
};
users.nix.configureBuildUsers = true;
users = {
nix.configureBuildUsers = true;
users.daniel = {
home = "/Users/daniel";
};
};
environment = {
darwinConfig = "$HOME/.config/nixpkgs/darwin-configuration.nix";

View file

@ -24,7 +24,7 @@
];
home = {
stateVersion = "21.11";
stateVersion = "22.05";
packages = with pkgs; [
aria2
@ -82,8 +82,6 @@
};
programs = {
home-manager.enable = true;
zoxide.enable = true;
};
}