From 9ed54ac3b980848a142165ad5dd8c4af92923e1e Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 12 May 2026 20:19:34 -0500 Subject: Claude --- hosts/desktop/configuration.nix | 2 +- hosts/laptop/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index b761f5d..3a02d84 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -18,7 +18,7 @@ in # Include the results of the hardware scan. ./hardware-configuration.nix ../../modules/common.nix - ../../modules/dev.nix + ../../modules/llm.nix ]; boot.loader.grub = { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 87cd2a3..62f573d 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -11,6 +11,7 @@ # Include the results of the hardware scan. ./hardware-configuration.nix ../../modules/common.nix + ../../modules/dev.nix ]; boot.loader.grub = { -- cgit v1.2.3