mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: full bootstrapping
This commit is contained in:
parent
2cdbae7747
commit
67884944a3
16 changed files with 677 additions and 51 deletions
|
|
@ -199,6 +199,14 @@
|
|||
homeManagerModules = import ./modules/home;
|
||||
|
||||
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
||||
apps = forAllSystems (system: {
|
||||
default = self.apps.${system}.bootstrap;
|
||||
|
||||
bootstrap = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.bootstrap}/bin/bootstrap";
|
||||
};
|
||||
});
|
||||
devShells = forAllSystems (
|
||||
system:
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue