home-assistant: remove duplicate floorplan resource

This commit is contained in:
2025-02-01 14:10:05 +00:00
parent 3440af494f
commit 84bbcdfa4b
4 changed files with 111 additions and 7 deletions

View File

@ -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 = {