refactor!: import modules recursively
This commit is contained in:
parent
f9fd542206
commit
9567cce5fa
35 changed files with 227 additions and 178 deletions
|
|
@ -7,10 +7,10 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.my.bin;
|
||||
cycleSinks = import ./cycleSinks.nix { inherit pkgs; };
|
||||
protonge = import ./protonge.nix { inherit pkgs; };
|
||||
share = import ./share.nix { inherit pkgs; };
|
||||
sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; };
|
||||
cycleSinks = import ./_cycleSinks.nix { inherit pkgs; };
|
||||
protonge = import ./_protonge.nix { inherit pkgs; };
|
||||
share = import ./_share.nix { inherit pkgs; };
|
||||
sxhkdHelp = import ./_sxhkdHelp.nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
options.my.bin.enable = mkEnableOption "bin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue