diff --git a/flake.nix b/flake.nix index 768be28a..215e1b6b 100644 --- a/flake.nix +++ b/flake.nix @@ -93,6 +93,7 @@ apps.${system}.nvim = inputs.nvf-config.apps.${system}.nvim; nixosConfigurations = { h-laptop = import ./hosts/laptop/flake.nix args; + h-work = import ./hosts/work/flake.nix args; jack = import ./hosts/server/flake.nix args; }; devShells = forAllSystems (system: pkgs: {