From 25d6d805e105266771d8267e865dd5335d8f9240 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 25 Sep 2025 20:44:58 +0200 Subject: [PATCH] chore: simple steam module --- modules/home/steam.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/home/steam.nix diff --git a/modules/home/steam.nix b/modules/home/steam.nix new file mode 100644 index 0000000..05f296d --- /dev/null +++ b/modules/home/steam.nix @@ -0,0 +1,3 @@ +{ + programs.steam.enable = true; +}