remove unneeded elipses

This commit is contained in:
Ranomier 2025-04-12 14:53:12 +02:00
parent 67ea2606c9
commit 7443a419bd
27 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot

View file

@ -1,4 +1,4 @@
{...}: {
{
imports = [
./bluetooth.nix
./fwupd.nix

View file

@ -1,4 +1,4 @@
{...}: {
{
# A system daemon to allow session software to update firmware
services.fwupd.enable = true;
}

View file

@ -1,4 +1,4 @@
{...}: {
{
# probably does nothing on my amd laptop. need to check
hardware.trackpoint.speed = 200;
}