fix(rpi4): set up deconz
This commit is contained in:
parent
2f33e6835a
commit
2a135612ab
4 changed files with 205 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue