home: emacs: move config files

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-07-02 21:42:25 +05:30
parent 0890c49887
commit 0eacdcdc27
4 changed files with 12 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ in
amneesh = inputs.home-manager.lib.homeManagerConfiguration {
inherit extraSpecialArgs;
modules = [
./common/emacs
./common/emacs
./amneesh
] ++ common;
pkgs = mkPkgs "x86_64-linux";