wow
This commit is contained in:
parent
97557a5c7a
commit
6cb26d93a0
4 changed files with 13 additions and 12 deletions
|
|
@ -29,9 +29,9 @@
|
|||
"codex"
|
||||
"codex-app"
|
||||
"codexbar"
|
||||
"metalterm"
|
||||
|
||||
# Media and audio
|
||||
"finetune"
|
||||
"spotify"
|
||||
|
||||
# Gaming and remote access
|
||||
|
|
|
|||
|
|
@ -12,6 +12,12 @@
|
|||
upgrade = true;
|
||||
};
|
||||
|
||||
taps = [
|
||||
{
|
||||
name = "pioner92/tap";
|
||||
trusted = true;
|
||||
}
|
||||
];
|
||||
brews = import ./brews.nix;
|
||||
casks = import ./casks.nix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,15 +16,15 @@
|
|||
"/Applications/KakaoTalk.app"
|
||||
"/Applications/Signal.app"
|
||||
"/Applications/Proton Mail.app"
|
||||
# "/Applications/Proton Pass.app"
|
||||
# "/System/Applications/Mail.app"
|
||||
"/Applications/1Password.app"
|
||||
"/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app"
|
||||
"/Applications/Figma.app"
|
||||
"/Applications/Notion.app"
|
||||
# "/Applications/Notion Calendar.app"
|
||||
"${pkgs.utm}/Applications/UTM.app"
|
||||
"/Applications/Spotify.app"
|
||||
"${pkgs.ghostty-bin}/Applications/Ghostty.app"
|
||||
"/Applications/Metalterm.app"
|
||||
"/Applications/Burp Suite.app"
|
||||
"/Applications/ChatGPT.app"
|
||||
"/Applications/Visual Studio Code - Insiders.app"
|
||||
"/Applications/Zed.app"
|
||||
"/System/Applications/System Settings.app"
|
||||
|
|
|
|||
|
|
@ -97,13 +97,8 @@
|
|||
USER = "systemmail@mizuki.guru";
|
||||
};
|
||||
|
||||
oauth2 = {
|
||||
ENABLED = true;
|
||||
};
|
||||
|
||||
actions = {
|
||||
ENABLED = false;
|
||||
};
|
||||
oauth2.ENABLED = true;
|
||||
actions.ENABLED = true;
|
||||
|
||||
ui = {
|
||||
THEMES = "dark,light,auto,forgejo-auto,forgejo-light,forgejo-dark";
|
||||
|
|
|
|||
Loading…
Reference in a new issue