feat: add nix-index-database and comma

This commit is contained in:
Youwen Wu 2024-11-01 21:35:48 -07:00
parent 48752ec0b2
commit 8632afc3c2
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 41 additions and 9 deletions

View file

@ -26,15 +26,19 @@
inherit inputs;
};
home-manager.users.youwen = {
imports = [
./home-manager-extras
../../users/youwen/linux/laptop
../../users/youwen/linux/packages/x86_64
../../users/youwen/linux/programs
../../users/youwen/common
../../users/youwen/linux/spicetify
../../users/youwen/common/fastfetch
];
imports =
[
./home-manager-extras
../../users/youwen/linux/laptop
../../users/youwen/linux/packages/x86_64
../../users/youwen/linux/programs
../../users/youwen/common
../../users/youwen/linux/spicetify
../../users/youwen/common/fastfetch
]
++ (with inputs; [
nix-index-database.hmModules.nix-index
]);
};
}
]