nixos/pantheon: cleanup systemPackages
We don't need gnome-bluetooth because its executables path is already hardcoded into the contractor file, as that's the only place it is needed. Don't think we need gnome-power-manager either. Also add programs like geary to removePackagesByName.
This commit is contained in:
parent
d81b51ac02
commit
c41a2d28d3
@ -152,19 +152,15 @@ in
|
|||||||
"/share"
|
"/share"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = pkgs.pantheon.artwork ++ pkgs.pantheon.desktop ++ pkgs.pantheon.services ++ cfg.sessionPath
|
environment.systemPackages =
|
||||||
++ (pkgs.gnome3.removePackagesByName pkgs.pantheon.apps config.environment.pantheon.excludePackages)
|
pkgs.pantheon.artwork ++ pkgs.pantheon.desktop ++ pkgs.pantheon.services ++ cfg.sessionPath
|
||||||
++ (with pkgs.gnome3;
|
++ (with pkgs; gnome3.removePackagesByName
|
||||||
[
|
([
|
||||||
adwaita-icon-theme
|
gnome3.geary
|
||||||
dconf
|
gnome3.epiphany
|
||||||
epiphany
|
gnome3.gnome-font-viewer
|
||||||
evince
|
evince
|
||||||
geary
|
] ++ pantheon.apps) config.environment.pantheon.excludePackages)
|
||||||
gnome-bluetooth
|
|
||||||
gnome-font-viewer
|
|
||||||
gnome-power-manager
|
|
||||||
])
|
|
||||||
++ (with pkgs;
|
++ (with pkgs;
|
||||||
[
|
[
|
||||||
adwaita-qt
|
adwaita-qt
|
||||||
@ -172,6 +168,8 @@ in
|
|||||||
glib
|
glib
|
||||||
glib-networking
|
glib-networking
|
||||||
gnome-menus
|
gnome-menus
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
gnome3.dconf
|
||||||
gtk3.out
|
gtk3.out
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
lightlocker
|
lightlocker
|
||||||
@ -187,6 +185,7 @@ in
|
|||||||
roboto-mono
|
roboto-mono
|
||||||
pantheon.elementary-redacted-script # needed by screenshot-tool
|
pantheon.elementary-redacted-script # needed by screenshot-tool
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.defaultFonts = {
|
fonts.fontconfig.defaultFonts = {
|
||||||
monospace = [ "Roboto Mono" ];
|
monospace = [ "Roboto Mono" ];
|
||||||
sansSerif = [ "Open Sans" ];
|
sansSerif = [ "Open Sans" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user