home: move amneesh to its own directory
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -18,10 +18,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
|
||||||
./programs/emacs
|
|
||||||
];
|
|
||||||
|
|
||||||
xdg.mime.enable = true;
|
xdg.mime.enable = true;
|
||||||
targets.genericLinux.enable = true;
|
targets.genericLinux.enable = true;
|
||||||
programs.bash.enable = true;
|
programs.bash.enable = true;
|
@@ -114,7 +114,8 @@ in
|
|||||||
amneesh = inputs.home-manager.lib.homeManagerConfiguration {
|
amneesh = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
inherit extraSpecialArgs;
|
inherit extraSpecialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
./amneesh.nix
|
./common/emacs
|
||||||
|
./amneesh
|
||||||
] ++ common;
|
] ++ common;
|
||||||
pkgs = mkPkgs "x86_64-linux";
|
pkgs = mkPkgs "x86_64-linux";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user