From 7bbcf6a7e3ac8bcc3421c5ab9e599759cb401906 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 28 Oct 2024 00:48:10 -0400 Subject: [PATCH] chore(nix): move nix configuration to dotfiles root Signed-off-by: Lucas Sta Maria --- nix/flake.lock => flake.lock | 0 nix/flake.nix => flake.nix | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename nix/flake.lock => flake.lock (100%) rename nix/flake.nix => flake.nix (89%) diff --git a/nix/flake.lock b/flake.lock similarity index 100% rename from nix/flake.lock rename to flake.lock diff --git a/nix/flake.nix b/flake.nix similarity index 89% rename from nix/flake.nix rename to flake.nix index 11eeae0..458fb89 100644 --- a/nix/flake.nix +++ b/flake.nix @@ -20,8 +20,8 @@ specialArgs = { inputs = inputs; }; modules = [ home-manager.nixosModule - ./hosts/common/sys.nix - ./hosts/framework/sys.nix + ./nix/hosts/common/sys.nix + ./nix/hosts/framework/sys.nix ]; }; };