From d31aacc32716e9d124459448c2f76c4b2451abe4 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sat, 23 Apr 2022 22:03:59 +0200 Subject: [PATCH] [Hotfix/Nix] Add nix to configuration.nix --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index dd3235e..f090840 100644 --- a/default.nix +++ b/default.nix @@ -2,6 +2,7 @@ { imports = [ ./general.nix + ./nix.nix ./boot.nix ./desktop.nix ./home-manager.nix