1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00

feat: add nix-darwin-custom-icons

This commit is contained in:
Ryan Cao 2023-08-26 21:30:16 +08:00
parent a387054cfe
commit e4672c464a
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
4 changed files with 37 additions and 7 deletions

View file

@ -58,6 +58,8 @@
inputs.flake-compat.follows = "flake-compat";
};
darwin-custom-icons.url = "github:ryanccn/nix-darwin-custom-icons";
flake-utils = {
url = "github:numtide/flake-utils";
};
@ -73,13 +75,15 @@
nixpkgs,
nix-darwin,
home-manager,
darwin-custom-icons,
...
} @ inputs: {
darwinConfigurations.Ryans-MacBook-Pro = nix-darwin.lib.darwinSystem {
modules = [
home-manager.darwinModules.home-manager
darwin-custom-icons.darwinModules.default
./system.nix
./users.nix
home-manager.darwinModules.home-manager
];
specialArgs = {