Update to address nixpkgs depreations
This commit is contained in:
parent
45e90570b7
commit
07478138d9
7 changed files with 29 additions and 18 deletions
|
@ -12,7 +12,7 @@ lib.mkIf pkgs.stdenv.isLinux {
|
|||
name = "system-icons";
|
||||
paths = with pkgs; [
|
||||
#libsForQt5.breeze-qt5 # for plasma
|
||||
gnome.gnome-themes-extra
|
||||
(pkgs.gnome-themes-extra or gnome.gnome-themes-extra) # Until 24.11
|
||||
];
|
||||
pathsToLink = [ "/share/icons" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue