diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-09-07 15:57:44 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-07 15:57:44 +0530 |
| commit | 286de4e4ed3336d7f7b6380a537f9edabc566efc (patch) | |
| tree | b70ce2c0404e403a9c7edfb8cdc6733b83e11825 /home.nix | |
| parent | 433b6ccecf41bb4ae7fadc84cd1bbb8af163b941 (diff) | |
| download | nixos-config-286de4e4ed3336d7f7b6380a537f9edabc566efc.tar.gz nixos-config-286de4e4ed3336d7f7b6380a537f9edabc566efc.zip | |
Add newsboat config as a scratchpad
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
