forked from mirrors_public/oddlama_nix-config
chore: minor todos
This commit is contained in:
parent
35e51873b8
commit
2087bbce07
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue