Files
nixos-config/modules/sys/hardware/default.nix
pagedmov 54d1c15823 updated flake inputs, fixed evaluation warnings
removed the neon configuration from the flake
2025-07-14 12:30:10 -04:00

6 lines
214 B
Nix
Executable File

{ inputs, nixpkgs, nixvim, config, self, username, host, ... }: {
imports = [ (import ./bootloader.nix) ] ++ [ (import ./network.nix) ]
++ [ (import ./powerprofiles.nix) ]
++ [ (import ./kernel.nix) ];
}