1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix alignment

This commit is contained in:
RGBCube 2023-11-03 14:36:37 +03:00
parent ca0294d33d
commit 020bb58295
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -7,12 +7,12 @@
flakes flakes
''; '';
extra-substituters = '' extra-substituters = ''
https://nix-community.cachix.org/ https://nix-community.cachix.org/
https://hyprland.cachix.org/ https://hyprland.cachix.org/
''; '';
extra-trusted-public-keys = '' extra-trusted-public-keys = ''
nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=
''; '';

View file

@ -6,8 +6,7 @@ systemConfiguration {
services.pipewire = enabled { services.pipewire = enabled {
pulse = enabled {}; pulse = enabled {};
alsa = enabled {
alsa = enabled {
support32Bit = true; support32Bit = true;
}; };
}; };