add rofimoji, feh config and reenable easyeffects

This commit is contained in:
Kopatz
2024-11-07 12:26:48 +01:00
parent 94ec756fd5
commit 5575ac18e1
4 changed files with 19 additions and 2 deletions

View File

@@ -34,6 +34,22 @@
inputs.nix-colors.homeManagerModule
];
programs.feh = {
enable = true;
buttons = {
# Unbind existing scroll operations
prev_img = null;
next_img = null;
# Set <action> <mouse button>
zoom_in = 4;
zoom_out = 5;
};
keybindings = {
prev_img = [ "h" "Left" ];
next_img = [ "l" "Right" ];
};
};
programs.newsboat = {
enable = true;
extraConfig = ''