diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 322bd07..523a32a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,7 @@ ./x11.nix ./hjem.nix ./audio.nix + ./vim.nix ]; # Bootloader. @@ -126,6 +127,8 @@ ''; + + programs.steam = { enable = true; remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play |
