tree-wide: gnome3 -> gnome, add hicolor-icon-theme
as fallback
This commit is contained in:
parent
895cdc30b9
commit
2852efbbbc
|
@ -30,7 +30,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
gnome3.seahorse
|
gnome.seahorse
|
||||||
keepassxc
|
keepassxc
|
||||||
libsecret
|
libsecret
|
||||||
qMasterPassword
|
qMasterPassword
|
||||||
|
|
|
@ -89,9 +89,11 @@ in
|
||||||
|
|
||||||
flameshot
|
flameshot
|
||||||
libnotify
|
libnotify
|
||||||
gnome3.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
gnome.eog
|
gnome.eog
|
||||||
gnome3.nautilus
|
gnome.nautilus
|
||||||
|
gnome.yelp
|
||||||
|
hicolor-icon-theme
|
||||||
|
|
||||||
wine
|
wine
|
||||||
|
|
||||||
|
@ -112,7 +114,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = "Lato";
|
font.name = "Lato";
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.papirus-maia-icon-theme;
|
package = pkgs.papirus-icon-theme;
|
||||||
name = "Papirus-Adapta-Nokto-Maia";
|
name = "Papirus-Adapta-Nokto-Maia";
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
|
|
|
@ -17,7 +17,7 @@ in
|
||||||
home-manager = with pkgs; pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
|
home-manager = with pkgs; pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
gnome3.simple-scan
|
gnome.simple-scan
|
||||||
# Tools like pdfunite
|
# Tools like pdfunite
|
||||||
poppler_utils
|
poppler_utils
|
||||||
# tool for annotating PDFs
|
# tool for annotating PDFs
|
||||||
|
|
Loading…
Reference in a new issue