forked from colonelpanic/dotfiles
[NixOS] Add make-enable to control nixos modules with configuration
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
myPackages = {
|
||||
taffybar = inputs.imalison-taffybar.defaultPackage."${system}";
|
||||
};
|
||||
makeEnable = (import ./make-enable.nix) nixpkgs.lib;
|
||||
} // specialArgs;
|
||||
});
|
||||
machinesFilepath = ./machines;
|
||||
|
||||
Reference in New Issue
Block a user