fix formatting
This commit is contained in:
+4
-4
@@ -231,8 +231,9 @@ in
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = options.programs.nix-ld.libraries.default ++ (
|
||||
with pkgs; [
|
||||
libraries =
|
||||
options.programs.nix-ld.libraries.default
|
||||
++ (with pkgs; [
|
||||
dbus # libdbus-1.so.3
|
||||
fontconfig # libfontconfig.so.1
|
||||
freetype # libfreetype.so.6
|
||||
@@ -241,8 +242,7 @@ in
|
||||
libxkbcommon # libxkbcommon.so.0
|
||||
libx11 # libX11.so.6
|
||||
wayland
|
||||
]
|
||||
);
|
||||
]);
|
||||
};
|
||||
|
||||
services.pipewire = {
|
||||
|
||||
Reference in New Issue
Block a user