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:
parent
a387054cfe
commit
e4672c464a
4 changed files with 37 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue