flake: bump inputs

Also change a removed package alias' name.
This commit is contained in:
Bruno BELANYI 2022-01-25 15:42:32 +01:00
parent ba5782e748
commit 1987711fce
2 changed files with 17 additions and 17 deletions

View file

@ -21,12 +21,12 @@ in
};
iconTheme = {
package = pkgs.gnome3.gnome_themes_standard;
package = pkgs.gnome.gnome-themes-extra;
name = "Adwaita";
};
theme = {
package = pkgs.gnome3.gnome_themes_standard;
package = pkgs.gnome.gnome-themes-extra;
name = "Adwaita";
};
};