summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-08 16:41:29 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-08 16:41:29 +0530
commit461334454a8ff0de0a518d77e6517af69d51d115 (patch)
tree6eaf4386863b5141802801b6e205194b747c5b2f /users
parent43351408e9c0bf8f69eae95734ea076a33bc0cf8 (diff)
Theme zathura
Diffstat (limited to 'users')
-rw-r--r--users/common.nix5
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 = {