From 020bb58295e427e6ed3c4ce3a4a0160609a6400c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 3 Nov 2023 14:36:37 +0300 Subject: [PATCH] Fix alignment --- flake.nix | 4 ++-- machines/enka/pipewire/default.nix | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 759978f..7d85e69 100644 --- a/flake.nix +++ b/flake.nix @@ -7,12 +7,12 @@ flakes ''; - extra-substituters = '' + extra-substituters = '' https://nix-community.cachix.org/ https://hyprland.cachix.org/ ''; - extra-trusted-public-keys = '' + extra-trusted-public-keys = '' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= ''; diff --git a/machines/enka/pipewire/default.nix b/machines/enka/pipewire/default.nix index 53b42ed..8fdb039 100644 --- a/machines/enka/pipewire/default.nix +++ b/machines/enka/pipewire/default.nix @@ -6,8 +6,7 @@ systemConfiguration { services.pipewire = enabled { pulse = enabled {}; - - alsa = enabled { + alsa = enabled { support32Bit = true; }; };