Add newsboat

This commit is contained in:
Paul-Henri Froidmont 2025-11-14 00:10:40 +01:00
parent 41fdba3110
commit 96c2fddfa9
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 58 additions and 2 deletions

View file

@ -32,7 +32,10 @@ in
hardware = {
audio.enable = true;
};
apps.rofi.enable = true;
apps = {
rofi.enable = true;
newsboat.enable = true;
};
};
home-manager.users.${config.user.name} =
@ -110,7 +113,7 @@ in
"$mod, W, exec, firefox"
"$mod, R, exec, ${term} -e yazi"
"$mod, E, exec, emacsclient -c"
"$mod, N, exec, emacsclient -c --eval '(elfeed)'"
"$mod, N, exec, ${term} -e newsboat"
"$mod, I, exec, ${term} -e htop"
"$mod, M, exec, ${term} -e ncmpcpp"
"$mod, V, exec, ${term} -e ncmpcpp -s visualizer"