Do not use gnome(3) subpackageset
This commit is contained in:
parent
a09efec573
commit
d044d74272
|
@ -33,7 +33,7 @@ lib.mkIf config.sbruder.gui.enable {
|
|||
hardware.graphics.enable32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.gnome3.adwaita-icon-theme # lutris requires system-wide installation
|
||||
pkgs.adwaita-icon-theme # lutris requires system-wide installation
|
||||
];
|
||||
|
||||
services.input-remapper = lib.mkIf config.sbruder.full {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
name = "Adwaita";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.gnome3.adwaita-icon-theme;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
# Tooltips remain visible when switching to another workspace
|
||||
|
|
|
@ -135,7 +135,7 @@ in
|
|||
# office
|
||||
aspellDicts.de
|
||||
aspellDicts.en
|
||||
gnome.simple-scan # sane GUI
|
||||
simple-scan # sane GUI
|
||||
gnucash # bookkeeping
|
||||
hunspellDicts.de-de
|
||||
hunspellDicts.en-gb-ise # dictionary
|
||||
|
@ -177,7 +177,7 @@ in
|
|||
unstable.picard # musicbrainz tagger
|
||||
|
||||
# office
|
||||
gnome.evince # pdf viewer
|
||||
evince # pdf viewer
|
||||
jameica # application framework (used for hibiscus online banking)
|
||||
pdfarranger # pdf multitool
|
||||
rnote # notebook
|
||||
|
|
Loading…
Reference in a new issue