home-assistant: remove duplicate floorplan resource
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
streamrip = pkgs.callPackage ../../pkgs/streamrip/package.nix { };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
@ -53,6 +56,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
streamrip
|
||||
];
|
||||
|
||||
modules = {
|
||||
programs = {
|
||||
dev = {
|
||||
|
Reference in New Issue
Block a user