add the flake to work

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-08-17 11:00:37 +02:00
parent a4b07fa578
commit ac008183bd
+1
View File
@@ -93,6 +93,7 @@
apps.${system}.nvim = inputs.nvf-config.apps.${system}.nvim; apps.${system}.nvim = inputs.nvf-config.apps.${system}.nvim;
nixosConfigurations = { nixosConfigurations = {
h-laptop = import ./hosts/laptop/flake.nix args; h-laptop = import ./hosts/laptop/flake.nix args;
h-work = import ./hosts/work/flake.nix args;
jack = import ./hosts/server/flake.nix args; jack = import ./hosts/server/flake.nix args;
}; };
devShells = forAllSystems (system: pkgs: { devShells = forAllSystems (system: pkgs: {