1

Modules/JellyfinTUI: Include + enable module, disable impermanence

This commit is contained in:
2026-03-26 20:46:30 +01:00
parent 226b72dccf
commit d20ce66646
7 changed files with 11 additions and 7 deletions

View File

@ -7,6 +7,7 @@
./fastfetch
./fish
./git
./jellyfin-tui
./kitty
./lazygit
./neovim

View File

@ -15,6 +15,7 @@
./firefox
./fish
./git
./jellyfin-tui
./kitty
./lazygit
./mpd

View File

@ -74,7 +74,7 @@ in {
# Common !headless packages
(lib.optionals (!headless) [
ripdrag # drag & drop from terminal
jellyfin-tui
# jellyfin-tui # Use module
])
# Linux exclusive packages
@ -157,7 +157,6 @@ in {
ferdium
gparted
# feishin # electron :(
jellyfin-tui
playerctl # Media player control
czkawka-full # file deduplicator

View File

@ -26,6 +26,7 @@ in {
signCommits = true;
};
jellyfin-tui.enable = true;
kitty.enable = true;
lazygit.enable = true;