diff --git a/hosts/machine/kanade/modules/homebrew/casks.nix b/hosts/machine/kanade/modules/homebrew/casks.nix index bfcccab..837bfd6 100644 --- a/hosts/machine/kanade/modules/homebrew/casks.nix +++ b/hosts/machine/kanade/modules/homebrew/casks.nix @@ -29,9 +29,9 @@ "codex" "codex-app" "codexbar" + "metalterm" # Media and audio - "finetune" "spotify" # Gaming and remote access diff --git a/hosts/machine/kanade/modules/homebrew/default.nix b/hosts/machine/kanade/modules/homebrew/default.nix index f616632..36467f6 100644 --- a/hosts/machine/kanade/modules/homebrew/default.nix +++ b/hosts/machine/kanade/modules/homebrew/default.nix @@ -12,6 +12,12 @@ upgrade = true; }; + taps = [ + { + name = "pioner92/tap"; + trusted = true; + } + ]; brews = import ./brews.nix; casks = import ./casks.nix; }; diff --git a/hosts/machine/kanade/modules/mac/dock.nix b/hosts/machine/kanade/modules/mac/dock.nix index 26924d6..a502203 100644 --- a/hosts/machine/kanade/modules/mac/dock.nix +++ b/hosts/machine/kanade/modules/mac/dock.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" diff --git a/hosts/server/hikari/hako/services/forgejo.nix b/hosts/server/hikari/hako/services/forgejo.nix index bd43068..062f0e0 100644 --- a/hosts/server/hikari/hako/services/forgejo.nix +++ b/hosts/server/hikari/hako/services/forgejo.nix @@ -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";