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

@ -43,4 +43,5 @@
wallpaper = HDMI-A-1,/home/dashie/Pictures/backgrounds/shinobu_1200.jpg
splash = true
'';
programs.hyprland.extra_autostart= [ "streamdeck -n" ];
}

View file

@ -1,6 +1,6 @@
{
programs.streamdeck-ui = {
enable = true;
autoStart = true; # optional
};
#programs.streamdeck-ui = {
# enable = true;
# autoStart = false; # optional
#};
}