mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Reformat with alejandra
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user