From 5a0bee46bef86afd27d65c5dbf438a0c8d3c2603 Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Sat, 21 Mar 2026 17:15:21 +0200 Subject: Add television --- home/default.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index 1ad1b71..9d2669f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -154,6 +154,7 @@ in # cli-tools appimage-run attic-client # nix cache client + bat # cat but with extra features brightnessctl cargo # rust project manager cloc # count llines of code @@ -164,7 +165,6 @@ in file # show the type of file font-awesome # icons forgejo-cli # forgejo-cli - gat # cat but with extra features grim # screen capture inxi # system innformation jq # commandline json parser @@ -347,6 +347,23 @@ in television = { enable = true; enableFishIntegration = true; + settings = { + preview = { + command = "${pkgs.bat}/bin/bat --style=numbers --color=always {}"; + }; + ui = { + use_nerd_font_icons = true; + }; + search = { + command = "${pkgs.ripgrep}/bin/rg"; + }; + keybindings = { + quit = [ + "esc" + "ctrl-c" + ]; + }; + }; }; zathura = { enable = true; -- cgit v1.3-1-g0d28