all da tunderbolt
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
./apex.nix
|
||||
./android.nix
|
||||
./thunderbolt.nix
|
||||
];
|
||||
|
||||
vacu.hostName = "fw"; # Define your hostname.
|
||||
@@ -52,10 +53,6 @@
|
||||
(inkscape-with-extensions.override { inkscapeExtensions = null; })
|
||||
libsmi
|
||||
net-snmp
|
||||
|
||||
kdePackages.plasma-thunderbolt
|
||||
bolt
|
||||
thunderbolt
|
||||
];
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
9
fw/thunderbolt.nix
Normal file
9
fw/thunderbolt.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, config, ... }: {
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
vacu.packages = [
|
||||
pkgs.thunderbolt
|
||||
config.services.hardware.bolt.package
|
||||
pkgs.kdePackages.plasma-thunderbolt
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user