diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-21 21:40:04 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-21 21:40:04 +0200 |
| commit | 4c3b5913213975051ae6d5bc280b542ca4d0c625 (patch) | |
| tree | 078b220acfb6fb881248db14e324180adcc5ab84 /modules/common/default.nix | |
| parent | modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-local (diff) | |
| download | nixos-config-4c3b5913213975051ae6d5bc280b542ca4d0c625.zip | |
Diffstat (limited to 'modules/common/default.nix')
| -rw-r--r-- | modules/common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index ea9f2ded..5392538a 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -228,7 +228,7 @@ }; }; mpv.enable = true; - steam.enable = false; + steam.enable = true; ssh.enable = true; swaylock.enable = true; timewarrior.enable = true; |
