add jack flake

This commit is contained in:
Hadi
2025-03-18 23:11:20 +01:00
parent 98cf8e99b0
commit bb2cc5adf6

View File

@@ -53,6 +53,15 @@
./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder ./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder
]; ];
}; };
jack = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{ _module.args = { inherit inputs; }; }
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
./hosts/server/configuration.nix
];
};
}; };
}; };
} }