diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-15 09:46:58 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-15 09:46:58 +0200 |
| commit | 3a14e52fc594296c6c3c7b66205e0747219b6231 (patch) | |
| tree | 0812a38038aac5c365344c5598903077f04c3288 /home/default.nix | |
| parent | 0df99f24d0df5c9420dd8168f24b60a85ed904f9 (diff) | |
| download | nixos-3a14e52fc594296c6c3c7b66205e0747219b6231.tar.zst | |
Update few configurations
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; |
