clean up nix config
This commit is contained in:
parent
fe0b5710e6
commit
90b549f5a9
6 changed files with 37 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue