refactor: move hardware configuration to machine-specific directory

This commit is contained in:
Youwen Wu 2024-08-06 00:06:45 -07:00
parent 1056a696d3
commit fa7e3d178e
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 4 additions and 3 deletions

View file

@ -48,6 +48,7 @@
./modules/nixos/nvidia.nix
./modules/nixos/networking.nix
./modules/common/fonts.nix
./machines/nixos/hardware-configuration.nix
catppuccin.nixosModules.catppuccin

View file

@ -5,9 +5,9 @@
{ config, inputs, pkgs, ... }:
{
imports = [ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# imports = [ # Include the results of the hardware scan.
# ./hardware-configuration.nix
# ];
# Bootloader.
boot.loader = {