Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-11-10 20:39:01 +08:00
parent f6a49e6e74
commit 3664e6f646
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@
networking.hostName = "bluenix"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
hardware.bluetooth.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;

View file

@ -16,6 +16,8 @@
networking.hostName = "greynix"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
hardware.bluetooth.enable = false;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;