From 0d0ecfcbdb69838ad0599d313cb86458465bae40 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Tue, 24 Sep 2024 17:46:02 -0400 Subject: [PATCH] configuring --- flake.nix | 2 +- home/home.nix => home.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename home/home.nix => home.nix (100%) diff --git a/flake.nix b/flake.nix index e9ac759..9c66b91 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ modules = [ nix-flatpak.homeManagerModules.nix-flatpak #nixos-hardware - ./home/home.nix + ./home.nix ]; }; }; diff --git a/home/home.nix b/home.nix similarity index 100% rename from home/home.nix rename to home.nix