1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

2 Commits

Author SHA1 Message Date
51ca66c383 feat: install recht 2021-05-17 07:09:24 +02:00
574fded6e2 fix(traadfri): living room id 2021-05-17 07:08:02 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,14 @@ let
hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
worldradio = pkgs.callPackage <niveum/packages/worldradio.nix> {};
nixpkgs-unstable = import <nixpkgs-unstable> { config.allowUnfree = true; };
recht = pkgs.callPackage (pkgs.fetchFromGitHub {
owner = "kmein";
repo = "recht";
rev = "0.6.2";
sha256 = "08gnrnz3lwh8h6fyga56yfy9qryzm89xbshm7wpxfyxf2pmp1qfx";
}) {};
in {
imports = [
./krebs.nix
@@ -124,6 +132,7 @@ in {
scripts.betacode # ancient greek betacode to unicode converter
scripts.meteo
nur.repos.kmein.mahlzeit
recht
# nur.repos.kmein.slide
nur.repos.kmein.vimv
scripts.swallow # window swallowing

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
inherit (import <niveum/lib>) localAddresses;
living-room-id = 131086;
living-room-id = 131090;
in
{
imports = [ <niveum/modules/traadfri.nix> ];