Environment updates
This commit is contained in:
parent
2df94189f0
commit
34df751b10
2 changed files with 8 additions and 4 deletions
|
@ -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";
|
||||
|
|
4
home.nix
4
home.nix
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue