home/amneesh: init

This commit is contained in:
Amneesh Singh
2024-07-08 17:49:02 +05:30
parent 270d7c2fe4
commit 3aab004b55
4 changed files with 37 additions and 0 deletions

View File

@@ -80,5 +80,13 @@ in
}] ++ common;
pkgs = mkPkgs "x86_64-linux";
};
amneesh = inputs.home-manager.lib.homeManagerConfiguration {
inherit extraSpecialArgs;
modules = [
./amneesh.nix
] ++ common;
pkgs = mkPkgs "x86_64-linux";
};
};
}