From 1c70228703ddd9c775258d1b64a05ec71cf39e42 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 6 Jul 2025 10:25:49 -0400 Subject: [PATCH] Set up elinks config file with home-manager. --- nodes/hosts/common/home/jay/home.nix | 8 ++++---- private | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nodes/hosts/common/home/jay/home.nix b/nodes/hosts/common/home/jay/home.nix index ff91f67..b6e556b 100644 --- a/nodes/hosts/common/home/jay/home.nix +++ b/nodes/hosts/common/home/jay/home.nix @@ -47,10 +47,10 @@ # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'. home.file = { - # ".config/elinks/elinks.conf".source = ../../dotfiles/elinks/elinks.conf; - # ".config/jellyfin-tui/config.yaml".source = ../../dotfiles/jellyfin-tui/config.yaml; - # ".config/newsboat/config".source = ../../dotfiles/newsboat/config; - # "quickemu/kubuntu-24.04.conf".source = ../../dotfiles/quickemu/kubuntu-24.04.conf; + ".config/elinks/elinks.conf".source = ../../../../../private/dotfiles/elinks/elinks.conf; + ".config/jellyfin-tui/config.yaml".source = ../../../../../private/dotfiles/jellyfin-tui/config.yaml; + ".config/newsboat/config".source = ../../../../../private/dotfiles/newsboat/config; + "quickemu/kubuntu-24.04.conf".source = ../../../../../private/dotfiles/quickemu/kubuntu-24.04.conf; }; home.sessionVariables = { diff --git a/private b/private index de88890..2d39dc8 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit de8889054f5c70a23324abc9f4248cfd9caa73c3 +Subproject commit 2d39dc85f040f6ba1e32bab4573afb25389124bc