This commit is contained in:
2025-09-11 11:43:48 +02:00
parent fd0e74f4a6
commit b5212ede78
8 changed files with 23 additions and 40 deletions

View File

@@ -62,7 +62,7 @@
enable = true;
username = user;
entries = [
{path = "/Applications/Orion.app/";}
{path = "/Applications/Zen.app/";}
{path = "/${pkgs.ghostty-bin}/Applications/Ghostty.app/";}
{path = "/System/Applications/Notes.app/";}
{path = "/System/Applications/Music.app/";}

View File

@@ -2,7 +2,7 @@
homebrew = {
enable = true;
casks = [
"orion"
"zen"
];
masApps = {
"wipr2" = 1662217862;

View File

@@ -1,6 +1,7 @@
{lib, ...}: {
{
system.defaults = {
NSGlobalDomain = {
AppleInterfaceStyle = "Dark";
AppleShowAllExtensions = true;
ApplePressAndHoldEnabled = false;
KeyRepeat = 2;