feat(flake): clean up & simplify config
- remove unused wrappers - improve packages & overlays setup - simplify createSystem
This commit is contained in:
parent
d91a8d24d4
commit
ec7c430e11
6 changed files with 47 additions and 89 deletions
5
pkgs/default.nix
Normal file
5
pkgs/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
deconz = pkgs.callPackage ./deconz { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue