style: format nix files
This commit is contained in:
parent
22f6f8b323
commit
4d3bda09b9
19 changed files with 132 additions and 175 deletions
hardware
|
@ -1,9 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./planck.nix
|
||||
];
|
||||
imports = [ ./planck.nix ];
|
||||
|
||||
boot.supportedFilesystems = [ "btrfs" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
@ -16,9 +14,7 @@
|
|||
# Bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.config = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
General = { Enable = "Source,Sink,Media,Socket"; };
|
||||
};
|
||||
|
||||
# Sound.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue