From 3b8e3dc4110f951942eb51305262eee5527bf625 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 6 Nov 2023 12:17:05 +0100 Subject: [PATCH] flake: Add fioul for thinkpad --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 93aa3dc..7e0a65c 100644 --- a/flake.nix +++ b/flake.nix @@ -295,6 +295,7 @@ self.hmModules.minimal self.hmModules.personal-cli self.hmModules.personal-gui + inputs.fioul.homeManagerModules.default ]; }; home-manager.extraSpecialArgs = { @@ -313,6 +314,7 @@ self.hmModules.work self.hmModules.personal-cli self.hmModules.personal-gui + inputs.fioul.homeManagerModules.default ./hostconfig/thinkpad-nixos/extra_info.nix ./hostconfig/thinkpad-nixos/hm.nix ];