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 = {
|
environment = {
|
||||||
darwinConfig = "$HOME/.config/nixpkgs/darwin-configuration.nix";
|
darwinConfig = "$HOME/.config/nixpkgs/darwin-configuration.nix";
|
||||||
|
|
4
home.nix
4
home.nix
|
@ -24,7 +24,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "21.11";
|
stateVersion = "22.05";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
aria2
|
aria2
|
||||||
|
@ -82,8 +82,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.enable = true;
|
|
||||||
|
|
||||||
zoxide.enable = true;
|
zoxide.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue