Already in common/configuration.nix

This commit is contained in:
Benson Chu 2024-08-02 08:21:43 -05:00
parent a81e9f750b
commit 1ae2c057ee

View file

@ -1,7 +1,6 @@
{ inputs, config, pkgs, ... }:
{
nix.settings.experimental-features = "nix-command flakes";
# Enable sound with pipewire.
sound.enable = true;