1

Modules/Packages: Install masssprings on all !headless devices

This commit is contained in:
2026-03-28 11:43:16 +01:00
parent 3d5a0f8cb5
commit d1f010dcc8

View File

@ -76,6 +76,8 @@ in {
(lib.optionals (!headless) [ (lib.optionals (!headless) [
ripdrag # drag & drop from terminal ripdrag # drag & drop from terminal
# jellyfin-tui # Use module # jellyfin-tui # Use module
inputs.masssprings.packages.${stdenv.hostPlatform.system}.default
]) ])
# Linux exclusive packages # Linux exclusive packages
@ -166,8 +168,6 @@ in {
hunspell # I cna't type hunspell # I cna't type
hunspellDicts.en_US hunspellDicts.en_US
hunspellDicts.de_DE hunspellDicts.de_DE
inputs.masssprings.packages.${stdenv.hostPlatform.system}.default
]) ])
# Darwin exclusive packages # Darwin exclusive packages