mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
feat: add comma & nix-index-database
This commit is contained in:
parent
1833524619
commit
158cebb96e
4 changed files with 32 additions and 0 deletions
|
|
@ -20,6 +20,11 @@
|
|||
url = "github:catppuccin/nix";
|
||||
};
|
||||
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
am = {
|
||||
url = "github:ryanccn/am";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -66,6 +71,7 @@
|
|||
nix-darwin,
|
||||
home-manager,
|
||||
darwin-custom-icons,
|
||||
nix-index-database,
|
||||
...
|
||||
}@inputs:
|
||||
{
|
||||
|
|
@ -73,6 +79,7 @@
|
|||
modules = [
|
||||
home-manager.darwinModules.home-manager
|
||||
darwin-custom-icons.darwinModules.default
|
||||
nix-index-database.darwinModules.nix-index
|
||||
./system.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue