summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-19 09:15:02 -0700
committerFuwn <[email protected]>2024-09-19 09:15:02 -0700
commit8484b267b3e0acf183f7b078fc94c492f9d616c8 (patch)
treec57ece93b0dfd6a5063a229d685b60fc08a6f3df
parenthimeji: format (diff)
downloadnixos-config-8484b267b3e0acf183f7b078fc94c492f9d616c8.tar.xz
nixos-config-8484b267b3e0acf183f7b078fc94c492f9d616c8.zip
fortune: more gaming
-rw-r--r--home/ebisu/fortune/gaming.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/fortune/gaming.nix b/home/ebisu/fortune/gaming.nix
index c7463f7..4ca45eb 100644
--- a/home/ebisu/fortune/gaming.nix
+++ b/home/ebisu/fortune/gaming.nix
@@ -3,9 +3,10 @@
home.packages = with pkgs; [
lutris
# xivlauncher
- # ttyper
+ ttyper
# runelite
# sidequest
steam-tui
+ steamcmd
];
}