aboutsummaryrefslogtreecommitdiffstats
path: root/home/desktop/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/desktop/games.nix')
-rw-r--r--home/desktop/games.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/desktop/games.nix b/home/desktop/games.nix
new file mode 100644
index 0000000..eb0bc4a
--- /dev/null
+++ b/home/desktop/games.nix
@@ -0,0 +1,6 @@
+{pkgs, ...}: {
+ home.packages = with pkgs; [
+ protonup-qt
+ steam-run
+ ];
+}