{ self, unstable, ... } @ inputs: { # TODO See: https://github.com/neovim/neovim/pull/21711 # TODO See: https://github.com/NixOS/nixpkgs/pull/214231 "zach@alpha" = self.lib.mkHome { username = "zach"; hostname = "alpha"; pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default /*neovim.overlay*/ ]; }; extraModules = [ ./profiles/populate.nix ./profiles/base ./profiles/browsing ./profiles/development ./profiles/messaging ./profiles/multimedia ./profiles/research ]; version = "22.05"; }; "sefidel@kompakt" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt"; pkgs = import unstable { system = "aarch64-linux"; overlays = with inputs; [ rust.overlays.default /*neovim.overlay*/ ]; }; extraModules = [ ./profiles/populate.nix ./profiles/base ./profiles/browsing ./profiles/development ./profiles/messaging ./profiles/multimedia ./profiles/research ]; version = "23.05"; }; }