mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Pass around less stuff
This commit is contained in:
parent
eead479245
commit
6318b773df
2 changed files with 17 additions and 19 deletions
|
|
@ -1,10 +1,5 @@
|
|||
{ inputs, nixpkgs, nixpkgs-unstable, compose2nix, disko, flox, genebean-omp-themes,
|
||||
home-manager, nix-darwin, nix-flatpak, nix-homebrew, nixos-cosmic,
|
||||
nixos-hardware, nixpkgs-terraform, simple-nixos-mailserver, sops-nix, ...
|
||||
}: let
|
||||
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs nixpkgs nixpkgs-unstable compose2nix disko flox genebean-omp-themes
|
||||
home-manager nix-darwin nix-flatpak nix-homebrew nixos-cosmic
|
||||
nixos-hardware nixpkgs-terraform simple-nixos-mailserver sops-nix; };
|
||||
{ inputs, ... }: let
|
||||
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs; };
|
||||
in {
|
||||
inherit (nixosHostConfig)
|
||||
nixosHostConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue