diff options
Diffstat (limited to '')
| -rw-r--r-- | sys/users.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/users.nix b/sys/users.nix index 8c8be6b..d446276 100644 --- a/sys/users.nix +++ b/sys/users.nix @@ -1,7 +1,8 @@ { lib, config, pkgs, ... }: with lib; let cfg = config.local; -in { +in +{ config = { sound.enable = true; hardware.pulseaudio.enable = true; |
