From 91e3d2e0b6a4737e4a8fbac750bfb3e4ca049fc2 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 20 Nov 2023 06:00:28 -0700 Subject: i've decided to import hardware config from config file rather than as > as a module, to leave the flake file less cluttered --- machines/zenbook/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/zenbook') diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 23947f5..e925bcb 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -5,6 +5,10 @@ { config, ... }: { + imports = [ + ./hardware-configuration.nix + ]; + # Use the systemd-boot EFI boot loader. boot.loader = { systemd-boot.enable = true; -- cgit v1.2.3