gnome: add rhythmbox as default audio player
This commit is contained in:
parent
f842cf4513
commit
4b33f2cd95
2 changed files with 3 additions and 2 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue