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;
|
hardware.graphics.enable32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
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 {
|
services.input-remapper = lib.mkIf config.sbruder.full {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.gnome3.adwaita-icon-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
};
|
};
|
||||||
# Tooltips remain visible when switching to another workspace
|
# Tooltips remain visible when switching to another workspace
|
||||||
|
|
|
@ -135,7 +135,7 @@ in
|
||||||
# office
|
# office
|
||||||
aspellDicts.de
|
aspellDicts.de
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
gnome.simple-scan # sane GUI
|
simple-scan # sane GUI
|
||||||
gnucash # bookkeeping
|
gnucash # bookkeeping
|
||||||
hunspellDicts.de-de
|
hunspellDicts.de-de
|
||||||
hunspellDicts.en-gb-ise # dictionary
|
hunspellDicts.en-gb-ise # dictionary
|
||||||
|
@ -177,7 +177,7 @@ in
|
||||||
unstable.picard # musicbrainz tagger
|
unstable.picard # musicbrainz tagger
|
||||||
|
|
||||||
# office
|
# office
|
||||||
gnome.evince # pdf viewer
|
evince # pdf viewer
|
||||||
jameica # application framework (used for hibiscus online banking)
|
jameica # application framework (used for hibiscus online banking)
|
||||||
pdfarranger # pdf multitool
|
pdfarranger # pdf multitool
|
||||||
rnote # notebook
|
rnote # notebook
|
||||||
|
|
Loading…
Reference in a new issue