From c937a6adfe988dbe8dc45c43483c9f2551afa9a1 Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 20:56:38 +0200 Subject: [PATCH] forgot to enable laptop --- hosts/laptop1/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index ac7a0b1..f3d9a90 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -6,6 +6,10 @@ ../common/common.nix ./hardware-configuration.nix ]; + + smayzy = { + laptop.enable = true; + }; home-manager = { extraSpecialArgs = { inherit inputs; };