diff options
Diffstat (limited to 'home/default.nix')
| -rw-r--r-- | home/default.nix | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix index 12b7c10..7254058 100644 --- a/home/default.nix +++ b/home/default.nix @@ -19,7 +19,6 @@ in # ./quickshell (import ./nvim { inherit unstable; }) ./cargo.nix - ./chawan.nix ./chromium.nix ./dav ./dunst.nix @@ -110,6 +109,24 @@ in programs = { home-manager.enable = true; + chawan = { + enable = true; + settings = { + buffer = { + autofocus = true; + images = true; + styling = true; + scripting = true; + history = true; + }; + input = { + vi-numeric-prefix = true; + }; + chawan = { + G = "n => n ? pager.gotoLine(n) : pager.cursorLastLine()"; + }; + }; + }; nix-search-tv = { enable = true; enableTelevisionIntegration = true; |
