clean up nix config

This commit is contained in:
Tim Schubert 2021-11-14 13:06:18 +01:00
parent fe0b5710e6
commit 90b549f5a9
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 37 additions and 37 deletions

View file

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