diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
commit | c88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch) | |
tree | 512884a15e5ad395f25e4f38101004c787f412ff /modules/gaming.nix | |
parent | 4428f370dd343f21b839a1479a5f8ef4e605ebad (diff) |
modules -> config etc
Diffstat (limited to 'modules/gaming.nix')
-rw-r--r-- | modules/gaming.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/gaming.nix b/modules/gaming.nix deleted file mode 100644 index 781e12e..0000000 --- a/modules/gaming.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ config, pkgs, ... }: - -{ - programs.steam.enable = true; -} |