feat: NixOS | modular nixos config
This commit is contained in:
12
nixos/imports/hardware.nix
Normal file
12
nixos/imports/hardware.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
hardware = {
|
||||
# Bluetooth.
|
||||
bluetooth.enable = true;
|
||||
bluetooth.powerOnBoot = true;
|
||||
|
||||
graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [amdvlk];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user