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"
|
||||||
"codex-app"
|
"codex-app"
|
||||||
"codexbar"
|
"codexbar"
|
||||||
|
"metalterm"
|
||||||
|
|
||||||
# Media and audio
|
# Media and audio
|
||||||
"finetune"
|
|
||||||
"spotify"
|
"spotify"
|
||||||
|
|
||||||
# Gaming and remote access
|
# Gaming and remote access
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,12 @@
|
||||||
upgrade = true;
|
upgrade = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
taps = [
|
||||||
|
{
|
||||||
|
name = "pioner92/tap";
|
||||||
|
trusted = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
brews = import ./brews.nix;
|
brews = import ./brews.nix;
|
||||||
casks = import ./casks.nix;
|
casks = import ./casks.nix;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -16,15 +16,15 @@
|
||||||
"/Applications/KakaoTalk.app"
|
"/Applications/KakaoTalk.app"
|
||||||
"/Applications/Signal.app"
|
"/Applications/Signal.app"
|
||||||
"/Applications/Proton Mail.app"
|
"/Applications/Proton Mail.app"
|
||||||
# "/Applications/Proton Pass.app"
|
|
||||||
# "/System/Applications/Mail.app"
|
|
||||||
"/Applications/1Password.app"
|
"/Applications/1Password.app"
|
||||||
|
"/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app"
|
||||||
"/Applications/Figma.app"
|
"/Applications/Figma.app"
|
||||||
"/Applications/Notion.app"
|
"/Applications/Notion.app"
|
||||||
# "/Applications/Notion Calendar.app"
|
|
||||||
"${pkgs.utm}/Applications/UTM.app"
|
"${pkgs.utm}/Applications/UTM.app"
|
||||||
"/Applications/Spotify.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/Visual Studio Code - Insiders.app"
|
||||||
"/Applications/Zed.app"
|
"/Applications/Zed.app"
|
||||||
"/System/Applications/System Settings.app"
|
"/System/Applications/System Settings.app"
|
||||||
|
|
|
||||||
|
|
@ -97,13 +97,8 @@
|
||||||
USER = "systemmail@mizuki.guru";
|
USER = "systemmail@mizuki.guru";
|
||||||
};
|
};
|
||||||
|
|
||||||
oauth2 = {
|
oauth2.ENABLED = true;
|
||||||
ENABLED = true;
|
actions.ENABLED = true;
|
||||||
};
|
|
||||||
|
|
||||||
actions = {
|
|
||||||
ENABLED = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
THEMES = "dark,light,auto,forgejo-auto,forgejo-light,forgejo-dark";
|
THEMES = "dark,light,auto,forgejo-auto,forgejo-light,forgejo-dark";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue