feat(desktop): move media-player config to nixos modules

This commit is contained in:
Mohammad Rafiq 2025-06-14 14:10:33 +08:00
parent e6a60c257c
commit f1c2986c5c
No known key found for this signature in database
5 changed files with 27 additions and 198 deletions

View file

@ -25,7 +25,6 @@ in
terminal = lib.pantheon.mkStrOption;
notification-daemon = lib.pantheon.mkStrOption;
status-bar = lib.pantheon.mkStrOption;
media-player = lib.pantheon.mkStrOption;
enableSpotifyd = lib.mkEnableOption "";
enableSteam = lib.mkEnableOption "";
enableVR = lib.mkEnableOption "";