aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/fun.nix
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-04-11 17:05:32 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-04-11 17:05:32 +0200
commit1c2ef52230ed2c8b2529c47ce6a857bdde46c7c7 (patch)
tree8df87d7d53370d310d8ef1c7e9e02f5f924cce8d /modules/workstation/graphics/fun.nix
parentc1082b24d69f39f4421bad8fc19436c3e885b81d (diff)
modules/workstation: fixing bad graphics driver settings
Diffstat (limited to 'modules/workstation/graphics/fun.nix')
-rw-r--r--modules/workstation/graphics/fun.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/workstation/graphics/fun.nix b/modules/workstation/graphics/fun.nix
index 56a6b4c0aef..de934b80e06 100644
--- a/modules/workstation/graphics/fun.nix
+++ b/modules/workstation/graphics/fun.nix
@@ -4,5 +4,7 @@
home.packages = with pkgs; [
spotify
steam
+
+ superTuxKart
];
}