From 1651bb93568c589c4df738c3bdd083f8e8dd21d7 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sun, 29 Jun 2025 19:51:33 +0530 Subject: [PATCH] home: move amneesh to its own directory Signed-off-by: Amneesh Singh --- home/{amneesh.nix => amneesh/default.nix} | 4 ---- home/default.nix | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) rename home/{amneesh.nix => amneesh/default.nix} (89%) diff --git a/home/amneesh.nix b/home/amneesh/default.nix similarity index 89% rename from home/amneesh.nix rename to home/amneesh/default.nix index e56d529..b416bdd 100644 --- a/home/amneesh.nix +++ b/home/amneesh/default.nix @@ -18,10 +18,6 @@ ]; }; - imports = [ - ./programs/emacs - ]; - xdg.mime.enable = true; targets.genericLinux.enable = true; programs.bash.enable = true; diff --git a/home/default.nix b/home/default.nix index 1af6089..a4e4f0f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -114,7 +114,8 @@ in amneesh = inputs.home-manager.lib.homeManagerConfiguration { inherit extraSpecialArgs; modules = [ - ./amneesh.nix + ./common/emacs + ./amneesh ] ++ common; pkgs = mkPkgs "x86_64-linux"; };