diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-08 16:41:29 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-08 16:41:29 +0530 |
| commit | 461334454a8ff0de0a518d77e6517af69d51d115 (patch) | |
| tree | 6eaf4386863b5141802801b6e205194b747c5b2f /users/common.nix | |
| parent | 43351408e9c0bf8f69eae95734ea076a33bc0cf8 (diff) | |
Theme zathura
Diffstat (limited to 'users/common.nix')
| -rw-r--r-- | users/common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/common.nix b/users/common.nix index 999c0ca..001b75a 100644 --- a/users/common.nix +++ b/users/common.nix @@ -130,6 +130,11 @@ in programs.zathura = { enable = true; + extraConfig = '' + include noctaliarc + + set recolor true + ''; }; programs.mpv = { |
