From ac008183bdd4a32abb81ea080db1e891c83162fc Mon Sep 17 00:00:00 2001 From: Hadi Date: Mon, 17 Aug 2026 11:00:37 +0200 Subject: [PATCH] add the flake to work Signed-off-by: Hadi --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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: {