hosts: nixos: aramis: use 'trgui' module

This commit is contained in:
Bruno BELANYI 2025-08-26 13:08:58 +00:00
parent 31147abd91
commit 1800cb9daa

View file

@ -20,7 +20,6 @@
element-desktop # Matrix client
jellyfin-media-player # Wraps the webui and mpv together
pavucontrol # Audio mixer GUI
trgui-ng # Transmission remote
];
# Minimal video player
mpv.enable = true;
@ -28,6 +27,8 @@
nm-applet.enable = true;
# Terminal
terminal.program = "alacritty";
# Transmission remote
trgui.enable = true;
# Zathura document viewer
zathura.enable = true;
};