mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix alignment
This commit is contained in:
parent
ca0294d33d
commit
020bb58295
2 changed files with 3 additions and 4 deletions
|
@ -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=
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -6,8 +6,7 @@ systemConfiguration {
|
||||||
|
|
||||||
services.pipewire = enabled {
|
services.pipewire = enabled {
|
||||||
pulse = enabled {};
|
pulse = enabled {};
|
||||||
|
alsa = enabled {
|
||||||
alsa = enabled {
|
|
||||||
support32Bit = true;
|
support32Bit = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue