update flakes

This commit is contained in:
Tim Schubert 2021-08-27 17:48:55 +02:00
parent 53e9374d85
commit 499b893f3e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 77 additions and 38 deletions

View file

@ -1,4 +1,6 @@
{ ... }@inputs:
{ homePage
, ...
}@inputs:
{
admin = import ./admin.nix;
backup = import ./backup.nix;
@ -7,7 +9,7 @@
fileShare = import ./fileShare.nix;
gitea = import ./gitea.nix;
headphones = import ./headphones.nix;
homepage = import ./homepage.nix;
homepage = import ./homepage.nix { inherit homePage; };
networking = import ./networking.nix;
share = import ./share.nix;
steam = import ./steam.nix;