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