From 286de4e4ed3336d7f7b6380a537f9edabc566efc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 7 Sep 2024 15:57:44 +0530 Subject: Add newsboat config as a scratchpad --- home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 3a5071b..00716de 100644 --- a/home.nix +++ b/home.nix @@ -120,6 +120,9 @@ in ".wyrdrc".source = ./config/remind/.wyrdrc; "scripts".source = ./scripts; ".config/bottom/bottom.toml".source = ./config/bottom.toml; + ".config/newsboat/config".source = ./config/newsboat/config; + ".config/newsboat/urls".source = ./config/newsboat/urls; + ".config/newsboat/opener.sh".source = ./config/newsboat/opener.sh; }; # https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=programs.chromium -- cgit v1.3.1