better xwl wrapper

This commit is contained in:
twoneis 2024-10-15 17:04:44 +02:00
parent d739e2cc35
commit 213db71582
3 changed files with 8 additions and 9 deletions

View file

@ -10,15 +10,14 @@
'';
};
holo = pkgs.makeDesktopItem {
name = "holo";
desktopName = "Holo";
name = "Steam Big Picture";
desktopName = "Steam Big Picture";
exec = "${holo-script}/bin/holo-script";
};
steam-wrapped = mkXwlWrapper {
lib = lib;
pkgs = pkgs;
app = "${pkgs.steam}/bin/steam";
name = "Steam Wrapped";
pkg = "steam";
};
in mkIf conf.games.enable {
programs.steam.enable = true;