gnome: add rhythmbox as default audio player

This commit is contained in:
Anthony Rodriguez 2024-09-24 13:15:37 +02:00
parent f842cf4513
commit 4b33f2cd95
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@
"x-scheme-handler/about" = [ "firefox.desktop" ];
"x-scheme-handler/unknown" = [ "firefox.desktop" ];
"application/pdf" = [ "org.gnome.Evince.desktop" ];
"audio/wav" = [ "rhythmbox" ];
};
};
}

View file

@ -24,12 +24,12 @@ in
};
environment.gnome.excludePackages =
(with pkgs; [ gnome-console gnome-photos gnome-music gnome-tour gnome-software iagno hitori atomix gnome-contacts gnome-initial-setup gedit cheese tali epiphany geary yelp ]);
(with pkgs; [ gnome-console gnome-photos gnome-tour gnome-software iagno hitori atomix gnome-contacts gnome-initial-setup gnome-music gedit cheese tali epiphany geary yelp ]);
environment.systemPackages = with pkgs; [
gnome-music
gnome-tweaks
gnome-power-manager
rhythmbox
];
stylix = lib.mkIf stylixEnabled {
targets = {