From e01784d8cefb83fc0d966776ea9e8dd1748e955e Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Thu, 29 Sep 2022 19:29:50 +0100
Subject: [PATCH] chore: move nix files

---
 flake.nix                                                     | 4 ++--
 {configuration => nixpkgs/configuration}/pop-os/default.nix   | 0
 {configuration => nixpkgs/configuration}/wsl2/default.nix     | 0
 {home-manager => nixpkgs/home-manager}/modules/common.nix     | 0
 {home-manager => nixpkgs/home-manager}/modules/git.nix        | 0
 .../home-manager}/modules/home-manager.nix                    | 0
 {home-manager => nixpkgs/home-manager}/modules/tmux.nix       | 0
 {home-manager => nixpkgs/home-manager}/modules/zsh.nix        | 0
 8 files changed, 2 insertions(+), 2 deletions(-)
 rename {configuration => nixpkgs/configuration}/pop-os/default.nix (100%)
 rename {configuration => nixpkgs/configuration}/wsl2/default.nix (100%)
 rename {home-manager => nixpkgs/home-manager}/modules/common.nix (100%)
 rename {home-manager => nixpkgs/home-manager}/modules/git.nix (100%)
 rename {home-manager => nixpkgs/home-manager}/modules/home-manager.nix (100%)
 rename {home-manager => nixpkgs/home-manager}/modules/tmux.nix (100%)
 rename {home-manager => nixpkgs/home-manager}/modules/zsh.nix (100%)

diff --git a/flake.nix b/flake.nix
index 4ccae06a..7eb081d3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
       pop-os = home-manager.lib.homeManagerConfiguration {
         modules = [     
           { nixpkgs.overlays = overlays; }
-          ./configuration/pop-os
+          ./nixpkgs/configuration/pop-os
         ];
         pkgs = nixpkgs.legacyPackages.x86_64-linux;
       };
@@ -23,7 +23,7 @@
       wsl2 = home-manager.lib.homeManagerConfiguration {
         modules = [     
           { nixpkgs.overlays = overlays; }
-          ./configuration/wsl2
+          ./nixpkgs/configuration/wsl2
         ];
         pkgs = nixpkgs.legacyPackages.x86_64-linux;
       };
diff --git a/configuration/pop-os/default.nix b/nixpkgs/configuration/pop-os/default.nix
similarity index 100%
rename from configuration/pop-os/default.nix
rename to nixpkgs/configuration/pop-os/default.nix
diff --git a/configuration/wsl2/default.nix b/nixpkgs/configuration/wsl2/default.nix
similarity index 100%
rename from configuration/wsl2/default.nix
rename to nixpkgs/configuration/wsl2/default.nix
diff --git a/home-manager/modules/common.nix b/nixpkgs/home-manager/modules/common.nix
similarity index 100%
rename from home-manager/modules/common.nix
rename to nixpkgs/home-manager/modules/common.nix
diff --git a/home-manager/modules/git.nix b/nixpkgs/home-manager/modules/git.nix
similarity index 100%
rename from home-manager/modules/git.nix
rename to nixpkgs/home-manager/modules/git.nix
diff --git a/home-manager/modules/home-manager.nix b/nixpkgs/home-manager/modules/home-manager.nix
similarity index 100%
rename from home-manager/modules/home-manager.nix
rename to nixpkgs/home-manager/modules/home-manager.nix
diff --git a/home-manager/modules/tmux.nix b/nixpkgs/home-manager/modules/tmux.nix
similarity index 100%
rename from home-manager/modules/tmux.nix
rename to nixpkgs/home-manager/modules/tmux.nix
diff --git a/home-manager/modules/zsh.nix b/nixpkgs/home-manager/modules/zsh.nix
similarity index 100%
rename from home-manager/modules/zsh.nix
rename to nixpkgs/home-manager/modules/zsh.nix