feat(darwin)!: update config

Add `nix` initialization script to shell's `extraConfig`
  - fixes `nix` when updating MacOS
Add `flameshot` to `brew` packages
Fix tilde (`~`) remapping
  - mysteriously switched after a restart, needed to swap
Add (noncompiling) `borders` (`JankyBorders`) config
Add `TODO` to `sketchybar` config
This commit is contained in:
reo101 2024-05-11 22:48:47 +03:00
parent 4a12826d66
commit ff04252a67
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
6 changed files with 45 additions and 1 deletions

View file

@ -273,6 +273,12 @@ in
# (optionalString cfg.zoxide ''
# eval "$(${pkgs.zoxide}/bin/zoxide init zsh)"
# '')
''
# Prevent macOS updates from destroying nix
if [ -e "/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh" ]; then
source "/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh"
fi
''
# cfg.extraConfig
];