Profile switching is now built in

This commit is contained in:
Gene Liverman 2025-11-10 08:52:55 -05:00
parent 216ada9a96
commit 3493687099
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI

View file

@ -29,13 +29,13 @@
}; };
taps = [ taps = [
"homebrew/cask-fonts" "homebrew/cask-fonts"
"null-dev/firefox-profile-switcher" #"null-dev/firefox-profile-switcher"
"theseal/ssh-askpass" "theseal/ssh-askpass"
]; ];
brews = [ brews = [
"fastfetch" "fastfetch"
"ffmpeg" "ffmpeg"
"firefox-profile-switcher-connector" #"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
"ssh-askpass" "ssh-askpass"
"telnet" "telnet"
]; ];