From 5272a900ca5a981c56e5b8072e37453b3a6c1835 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 28 Feb 2023 18:46:05 -0500 Subject: [PATCH] Correction in home manager path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f2fef7a..ea0fc12 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. modules = [ - ./Nix-Configs/home.nogui.nix + ./home.nogui.nix ]; # Optionally use extraSpecialArgs