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:
parent
4a12826d66
commit
ff04252a67
6 changed files with 45 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue