aboutsummaryrefslogtreecommitdiff
path: root/home/mun/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/mun/default.nix')
-rw-r--r--home/mun/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix
index 1b211bb..2ebdf0e 100644
--- a/home/mun/default.nix
+++ b/home/mun/default.nix
@@ -37,7 +37,11 @@
famistudio
tor-browser
heroic
- itch
+ butler
+
+ (pkgs.writeShellScriptBin "itch" ''
+ exec ${pkgs.steam-run}/bin/steam-run ${pkgs.itch}/bin/itch "$@"
+ '')
# Utilities
zathura
@@ -112,6 +116,7 @@
sessionVariables = {
EDITOR = "nvim";
VISUAL = "nvim";
+ APPIMAGE_EXTRACT_AND_RUN = "1";
};
};
}