Commit 6e5e971eba7f
Changed files (2)
hardware
machine
hardware/thinkpad-t460s.nix
@@ -40,7 +40,7 @@ DISK_DEVICES="nvme0n1p3"
};
};
services.xserver = {
- dpi = 144;
+ dpi = 128;
};
#environment = {
# variables.QT_DEVICE_PIXEL_RATIO = "2";
machine/wakasu.nix
@@ -6,7 +6,7 @@
../hardware-configuration.nix
../profiles/laptop.nix
../profiles/ssh.nix
- ../profiles/virtualization.nix
+ # ../profiles/virtualization.nix
../profiles/dockerization.nix
../profiles/dev.go.nix
../profiles/dev.python.nix
@@ -42,10 +42,13 @@
};
hardware.bluetooth.enable = true;
+ hardware.bluetooth.powerOnBoot = true;
+ /*
hardware.bluetooth.extraConfig = "
[general]
Enable=Source,Sink,Media,Socket
";
+ */
hardware.trackpoint.enable = false;
time.timeZone = "Europe/Paris";