diff options
| author | Fuwn <[email protected]> | 2024-09-17 21:48:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 21:48:47 -0700 |
| commit | 5b0253a6e4909a548048736cc30fb8344ef9eee5 (patch) | |
| tree | 5e4d881b2de4390c2b4f5e5c8185d4a5edf6f633 /modules/software/default.nix | |
| parent | flake: refactor inputs (diff) | |
| download | nixos-config-5b0253a6e4909a548048736cc30fb8344ef9eee5.tar.xz nixos-config-5b0253a6e4909a548048736cc30fb8344ef9eee5.zip | |
modules: enable gaming
Diffstat (limited to 'modules/software/default.nix')
| -rw-r--r-- | modules/software/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software/default.nix b/modules/software/default.nix index b63d9d9..fa39b3b 100644 --- a/modules/software/default.nix +++ b/modules/software/default.nix @@ -8,7 +8,7 @@ ./services ./aagl.nix ./encryption.nix - # ./gaming.nix + ./gaming.nix ./input.nix ./locale.nix ./programs.nix |