mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add nix-index-database and comma
This commit is contained in:
parent
48752ec0b2
commit
8632afc3c2
4 changed files with 41 additions and 9 deletions
|
@ -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
|
||||
]);
|
||||
};
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue