From bb4a758182463f8aa1f2b52768d731a451299726 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 26 Jan 2024 13:29:39 +0100 Subject: [PATCH] home: move flake to root of directory Reason is that I cannot reference any file (also in home.file) which is located above (../) the flake file --- home-manager/flake.lock => flake.lock | 0 home-manager/flake.nix => flake.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename home-manager/flake.lock => flake.lock (100%) rename home-manager/flake.nix => flake.nix (96%) diff --git a/home-manager/flake.lock b/flake.lock similarity index 100% rename from home-manager/flake.lock rename to flake.lock diff --git a/home-manager/flake.nix b/flake.nix similarity index 96% rename from home-manager/flake.nix rename to flake.nix index 26b23ea..beb0981 100644 --- a/home-manager/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. - modules = [ ./home.nix ]; + modules = [ ./home-manager/home.nix ]; # Optionally use extraSpecialArgs # to pass through arguments to home.nix