chore: minor todos

This commit is contained in:
oddlama 2023-09-10 12:41:02 +02:00
parent 35e51873b8
commit 2087bbce07
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
home.packages = with pkgs; [
lutris
wineWowPackages.stable
winetricks
];
home.persistence."/state".directories = [
@ -17,6 +18,7 @@
xdg.desktopEntries.LeagueOfLegends = {
name = "League of Legends";
icon = "league-of-legends";
# XXX: TODO as popup dunst?
exec = toString (pkgs.writeShellScript "league-launcher-script" ''
set -euo pipefail
if [[ "$(sysctl -n abi.vsyscall32)" != 0 ]]; then