Skip to content

Commit

Permalink
Merge pull request NixOS#114387 from worldofpeace/gdm-new-logo
Browse files Browse the repository at this point in the history
gnome3.gdm: use white nixos logo
  • Loading branch information
worldofpeace authored Feb 25, 2021
2 parents d4a2195 + 3e0296b commit 9f4049e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/desktops/gnome-3/core/gdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@

let

icon = fetchurl {
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/4f041870efa1a6f0799ef4b32bb7be2cafee7a74/logo/nixos.svg";
sha256 = "0b0dj408c1wxmzy6k0pjwc4bzwq286f1334s3cqqwdwjshxskshk";
};

override = substituteAll {
src = ./org.gnome.login-screen.gschema.override;
inherit icon;
icon = "${nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake-white.svg";
};

in
Expand Down

0 comments on commit 9f4049e

Please sign in to comment.