fix: Use wrapGAppsHook4 to actually get icons in the applications

This commit is contained in:
DashieTM 2024-04-19 17:50:12 +02:00
parent 57cacdb1c9
commit 4cfd212947
16 changed files with 3357 additions and 37 deletions

View file

@ -35,7 +35,6 @@ in
adw-gtk3
qt5ct
qt6ct
libadwaita
gnutar
fishPlugins.tide
nix-index
@ -44,6 +43,8 @@ in
nh
amberol
satty
pulseaudio
playerctl
(callPackage
../override/ncspot.nix
{ })
@ -62,6 +63,9 @@ in
(callPackage
../override/oxishut.nix
{ })
(callPackage
../override/streamdeck.nix
{ })
];
home.username = "dashie";
@ -88,6 +92,7 @@ in
gtk-theme = "adw-gtk3";
cursor-theme = "Bibata-Modern-Classic";
cursor-size = 24;
icon-theme = "MoreWaita";
};
};