diff options
author | sefidel <contact@sefidel.net> | 2022-07-22 18:42:56 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-07-22 18:42:56 +0900 |
commit | 75423d76c840540cdbc157ca33b334744cf6ccca (patch) | |
tree | 1f1d173402500ad22bde7c3646efeacf423d7b75 /home | |
parent | b616fccab9b6e07590d1dcbbd3ddd04c2dd47d1c (diff) | |
download | nixrc-75423d76c840540cdbc157ca33b334744cf6ccca.tar.gz nixrc-75423d76c840540cdbc157ca33b334744cf6ccca.zip |
feat(home)!: 22.11 mkHome
Diffstat (limited to 'home')
-rw-r--r-- | home/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index ce303b4..f8ce8fe 100644 --- a/home/default.nix +++ b/home/default.nix @@ -4,8 +4,7 @@ "zach@alpha" = self.lib.mkHome { username = "zach"; hostname = "alpha"; - system = "x86_64-linux"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlay ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default ]; }; extraModules = [ ./profiles/populate.nix |