gui: Install adwaita icons system-wide
This commit is contained in:
parent
c1992958bf
commit
c8b7a9c8e9
|
@ -10,4 +10,8 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
|
|
||||||
# steam (and other high quality software) still ships 32 bit binaries
|
# steam (and other high quality software) still ships 32 bit binaries
|
||||||
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pkgs.gnome3.adwaita-icon-theme # lutris requires system-wide installation
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue