diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-01 12:46:33 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-01 12:46:33 -0400 |
| commit | 5dfea741598d1c3a926f74a712a0522ea444e06a (patch) | |
| tree | e7ec61fef4cfe496a4de5aaca384ba4e4736f998 /configuration.nix | |
| parent | bash and readline config (diff) | |
| download | nixos-5dfea741598d1c3a926f74a712a0522ea444e06a.tar.gz nixos-5dfea741598d1c3a926f74a712a0522ea444e06a.tar.bz2 nixos-5dfea741598d1c3a926f74a712a0522ea444e06a.zip | |
vim configuration
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 |
