mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +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
10
system.nix
10
system.nix
|
|
@ -115,6 +115,16 @@
|
|||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
environment.customIcons = {
|
||||
enable = true;
|
||||
icons = [
|
||||
{
|
||||
path = "/Applications/Notion.app";
|
||||
icon = ./icons/notion.icns;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue