mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
fix: custom-browserprofiles
This commit is contained in:
@@ -10,7 +10,7 @@ _: {
|
||||
];
|
||||
text = ''
|
||||
# List of profiles
|
||||
profiles=("work" "other" "private window" "tor-browser)
|
||||
profiles=("work" "other" "private window" "tor-browser")
|
||||
|
||||
# Use fzf to select
|
||||
selected=$(printf "%s\n" "''${profiles[@]}" | fzf --height 6 --reverse --prompt="Select browser profile:")
|
||||
|
||||
Reference in New Issue
Block a user