diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 19:22:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 19:22:44 +0530 |
commit | 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 (patch) | |
tree | fce6a344c51fde4a6e7f070bf27da4ef113303db /hardware/cez.nix | |
parent | a83b1acf190adb7c324866545270dbcd94e2ac4c (diff) |
clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r-- | hardware/cez.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix index cc20331..dd46c86 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -21,8 +21,8 @@ sound = { enable = true; extraConfig = '' - defaults.pcm.card 1 - defaults.ctl.card 1 + defaults.pcm.card 1 + defaults.ctl.card 1 ''; }; services.pipewire = { |