mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-01 18:07:25 +02:00
personal-gui: Handle package renames
This commit is contained in:
parent
d49434adbf
commit
b4aefc0445
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
libreoffice
|
||||
|
||||
# Misc
|
||||
gnome.eog
|
||||
eog
|
||||
# Broken as of 15 July
|
||||
# freecad
|
||||
plasma5Packages.kdeconnect-kde
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
size = 24;
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue