You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am officially using Nix flakes and home-manager on my macbook so I can define all of my development dependencies in a single place (and make it easier to re-install my dotfiles on new systems)
To install software system-wide, I just need to modify home.nix and run make update (which calls into home-manager)
Most of my shell configuration is now specified in Nix, while everything else gets symlinked into my home directory by Nix
I used Amethyst before switching to yabai, so my bindings tend to use shift-alt and shift-ctrl-alt as prefixes
Note that if you're installing this for the first time, you have to go through a slightly convoluted procedure to disable SIP so that everything works properly
Credit where credit's due: I stole most of this config from ericlovesmath