Enable thunderbolt support

This commit is contained in:
Malte Tammena 2021-05-31 14:39:02 +02:00
parent 4036a01c12
commit 504baa5677
2 changed files with 3 additions and 0 deletions

View file

@ -89,11 +89,13 @@
environment.systemPackages = with pkgs; [
wget
neovim
thunderbolt
qt5.qtwayland
steam-run-native
];
services.printing.enable = true;
services.fwupd.enable = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions

View file

@ -44,6 +44,7 @@
};
services.fprintd.enable = true;
services.hardware.bolt.enable = true;
fileSystems = {
"/" = {