Changes
1 changed files (+7/-3)
-
-
@@ -16,15 +16,19 @@ in# For NeoChat ugh nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ]; # Auto screen rotation in tablet mode, auto brightness, and other goodies hardware.sensor.iio.enable = true; hardware = { # Auto screen rotation in tablet mode, auto brightness, and other goodies sensor.iio.enable = true; bluetooth.enable = true; }; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; # TODO: Make KDE Connect use Wi-Fi interface instead of Ethernet # Need to manually run this command due to KDE Connect and MIT network wonkiness: # nmcli connection modify "MIT SECURE" +ipv4.routes "10.29.0.0/16 10.29.208.1" networking.networkmanager.enable = true; programs = {
-