switch on darwin

This commit is contained in:
js0ny 2025-11-30 01:20:48 +00:00
parent 91b011a725
commit 3a9bf7cce2
6 changed files with 15 additions and 1 deletions

View file

@ -25,6 +25,7 @@
# Networking
"wireshark-app"
"clash-verge-rev"
"protonvpn"
# Terminal Emulator
@ -37,6 +38,7 @@
"steam"
"discord"
"orbstack" # Docker runtime
"proton-drive"
# System Enhancement
"alt-tab" # Turn cmd-tab to windows behaviour

View file

@ -6,4 +6,6 @@
./system.nix
];
time.timeZone = "Europe/London";
services.tailscale.enable = true;
}

View file

@ -8,7 +8,7 @@
mineffect = "suck";
minimize-to-application = true;
persistent-apps = [
{app = "${pkgs.firefox}/Applications/Firefox.app";}
{app = "${pkgs.firefox-bin}/Applications/Firefox.app";}
{app = "${pkgs.ghostty-bin}/Applications/Ghostty.app";}
{app = "/Applications/Obsidian.app";}
# { app = "/Applications/LibreWolf.app"; }