Reformat with alejandra

This commit is contained in:
2026-03-23 21:24:20 +01:00
parent 463ce1c6f9
commit a4c34f9857
48 changed files with 193 additions and 246 deletions

View File

@@ -3,8 +3,7 @@
pkgs,
lib,
...
}:
{
}: {
imports = [
./modules
./hardware-configuration.nix
@@ -123,16 +122,18 @@
pkgs.libheif.out
];
pathsToLink = [ "share/thumbnailers" ];
pathsToLink = ["share/thumbnailers"];
};
hardware = {
bluetooth = {
enable = true;
package = pkgs.bluez.overrideAttrs (old: {
configureFlags = old.configureFlags ++ [
"--enable-sixaxis"
];
configureFlags =
old.configureFlags
++ [
"--enable-sixaxis"
];
});
powerOnBoot = true;