From 783502952ca205485ea83306b91273bc0aba0b5f Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 25 May 2025 20:17:11 -0700 Subject: [PATCH] feat: profile --- modules/home/default.nix | 3 +++ .../home/base/profile/default.nix => modules/home/profile.nix | 0 2 files changed, 3 insertions(+) rename snowflake/modules/home/base/profile/default.nix => modules/home/profile.nix (100%) diff --git a/modules/home/default.nix b/modules/home/default.nix index 2a18424..088352c 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -4,5 +4,8 @@ ./option-inheritance.nix ./home-manager.nix + ./profile.nix + + ./programs ]; } diff --git a/snowflake/modules/home/base/profile/default.nix b/modules/home/profile.nix similarity index 100% rename from snowflake/modules/home/base/profile/default.nix rename to modules/home/profile.nix