Skip to content

Commit

Permalink
gnome: rename deprecated pkgs.gnome.gnome-backgrounds package (dant…
Browse files Browse the repository at this point in the history
…h#531)

Rename the deprecated `pkgs.gnome.gnome-backgrounds` package to
`pkgs.gnome-backgrounds`, following
NixOS/nixpkgs@6e8760f.

Cc: @knoopx

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
2 people authored and mateusauler committed Nov 20, 2024
1 parent 5510c46 commit d22ef46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/gnome/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ in {
# As Stylix is controlling the wallpaper, there is no need for this
# pack of default wallpapers to be installed.
# If you want to use one, you can set stylix.image to something like
# "${pkgs.gnome.gnome-backgrounds}/path/to/your/preferred/background"
# "${pkgs.gnome-backgrounds}/path/to/your/preferred/background"
# which will then download the pack regardless of its exclusion below.
environment.gnome.excludePackages = [ pkgs.gnome.gnome-backgrounds ];
environment.gnome.excludePackages = [ pkgs.gnome-backgrounds ];

nixpkgs.overlays = [(self: super: {
gnome = super.gnome.overrideScope (gnomeSelf: gnomeSuper: {
Expand Down

0 comments on commit d22ef46

Please sign in to comment.