moved systemPackages for virtualisation and thunderbolt to extra-services and extra-hardware.

This commit is contained in:
2022-10-19 11:50:02 +02:00
parent 1d951f3633
commit 4db3d467c1
3 changed files with 13 additions and 12 deletions

View File

@@ -4,6 +4,11 @@
services.hardware.bolt.enable = true;
environment.systemPackages = with pkgs; [
bolt
plasma5Packages.plasma-thunderbolt
];
###### Backlight #######
hardware.acpilight.enable = true;
@@ -12,4 +17,5 @@ hardware.acpilight.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}