aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/fun.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/graphics/fun.nix')
-rw-r--r--modules/workstation/graphics/fun.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/workstation/graphics/fun.nix b/modules/workstation/graphics/fun.nix
new file mode 100644
index 00000000000..56a6b4c0aef
--- /dev/null
+++ b/modules/workstation/graphics/fun.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }:
+
+{
+ home.packages = with pkgs; [
+ spotify
+ steam
+ ];
+}