summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-25 16:14:41 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-25 16:14:41 -0400
commit93ede2beed3258c2bcc02aff591c0a4404294035 (patch)
treedce806c52dd3930ccc47b092c928382db0fdcfe7 /hosts
parentdisable terrible bluetooth feature why does this exist (diff)
downloaddotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.tar.gz
dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.tar.bz2
dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.zip
expand gaming module with gamery things
Diffstat (limited to 'hosts')
-rw-r--r--hosts/shinji/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index de2085c..6a4785e 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -48,9 +48,6 @@
# packages
environment.systemPackages = with pkgs; [
- # wine
- winetricks
- wineWow64Packages.staging
# android
android-tools
scrcpy
@@ -85,6 +82,7 @@
web.enable = true;
};
gaming = {
+ enable = true;
homestuck.enable = true;
minecraft.enable = true;
steam.enable = true;