fix(rpi4): set up deconz

This commit is contained in:
Felix Schröter 2020-10-07 14:37:57 +02:00
parent 2f33e6835a
commit 2a135612ab
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 205 additions and 1 deletions

View file

@ -29,7 +29,12 @@
nix.registry.nixpkgs.flake = nixpkgs;
nixpkgs.overlays = [ nur.overlay ];
nixpkgs.overlays = [
nur.overlay
(self: super: {
deconz = pkgs.qt5.callPackage ./pkgs/deconz { };
})
];
imports =
[ hardwareConfig home-manager.nixosModules.home-manager config ];