diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-01 16:30:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-01 16:30:47 +0100 |
commit | 1554492c225da9ecb7af0fc86b285b86c29c937d (patch) | |
tree | f9f37e58dd33e8253bde34b4db4dc94d3365e53e /nixos/common.nix | |
parent | e983a9765eef0e88b9d8de7a413f04b217420360 (diff) | |
download | user-config-1554492c225da9ecb7af0fc86b285b86c29c937d.tar.gz user-config-1554492c225da9ecb7af0fc86b285b86c29c937d.zip |
stuff for foxdot
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 87ae8e3..619fa7c 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -55,6 +55,7 @@ in alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + jack.enable = true; }; # Enable touchpad support (enabled default in most desktopManager). |