zephyrus: init host
This commit is contained in:
parent
d7387374da
commit
cbd98189e2
5 changed files with 181 additions and 0 deletions
20
flake.nix
20
flake.nix
|
|
@ -118,6 +118,26 @@
|
|||
];
|
||||
};
|
||||
|
||||
zephyrus = nixpkgs.lib.nixosSystem rec {
|
||||
inherit system;
|
||||
modules = [
|
||||
./zephyrus.nix
|
||||
|
||||
home-manager.nixosModule
|
||||
self.nixosModules.home
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
inputs.emacs-overlay.overlay
|
||||
|
||||
(self: super: {
|
||||
steam = self.unstable.steam;
|
||||
})
|
||||
] ++ shared_overlays;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
} // inputs.flake-utils.lib.eachDefaultSystem (system: {
|
||||
packages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue