nix-config/modules/nix/hardware/default.nix
smayzy c5ef752a66
All checks were successful
nix flake show / show-flake (push) Successful in 35s
clean modules & add power modes
2025-07-24 14:21:53 +02:00

9 lines
80 B
Nix

{ ... }:
{
imports = [
./nvidia.nix
./grub.nix
./power.nix
];
}