Enable thunderbolt support
This commit is contained in:
parent
4036a01c12
commit
504baa5677
|
@ -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
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
};
|
||||
|
||||
services.fprintd.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
|
Loading…
Reference in a new issue