From 456081a6578886cee972f6439369ad48ca136bf9 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 13 Jul 2025 09:54:00 -0400 Subject: [PATCH] Add home-manager integration for television config files. --- nodes/hosts/common/home/jay/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/hosts/common/home/jay/home.nix b/nodes/hosts/common/home/jay/home.nix index e29840c..0cd99e8 100644 --- a/nodes/hosts/common/home/jay/home.nix +++ b/nodes/hosts/common/home/jay/home.nix @@ -53,6 +53,7 @@ ".config/jellyfin-rpc/main.json".source = ../../../../../private/dotfiles/jellyfin-rpc/main.json; ".config/lvim/config.lua".source = ../../../../../private/dotfiles/lunarvim/config.lua; ".config/newsboat/config".source = ../../../../../private/dotfiles/newsboat/config; + ".config/television/nix_channels.toml".source = ../../../../../private/dotfiles/television/nix_channels.toml; "quickemu/kubuntu-24.04.conf".source = ../../../../../private/dotfiles/quickemu/kubuntu-24.04.conf; };