Skip to content

Commit

Permalink
feat(modules): use zenyte-lib.validFiles for imports in system modules
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Oct 14, 2023
1 parent e6a9e10 commit 59fe910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
10 changes: 4 additions & 6 deletions modules/system/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
config,
pkgs,
zenyte-lib,
...
}: {
imports = [
./nix.nix
./main.nix
./sound.nix
];
}:
with zenyte-lib; {
imports = validFiles ./.;
}
16 changes: 0 additions & 16 deletions modules/system/users.nix

This file was deleted.

0 comments on commit 59fe910

Please sign in to comment.