use bluetooth in all graphic environments
This commit is contained in:
parent
7ff630ac81
commit
6c04528e7f
2 changed files with 3 additions and 2 deletions
|
|
@ -30,8 +30,6 @@
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
|
||||
system.stateVersion = "24.05"; # lalalalala
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,10 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
sddm-sugar-dark
|
||||
screenkey
|
||||
vscode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue