Files
nixy/home/programs/qutebrowser/bookmarks.nix
T
pph 241db5ce7a init qutebrowser
Signed-off-by: pph <pph@pph.pph>
2026-04-17 14:43:58 +02:00

11 lines
212 B
Nix

{
home.file.".local/share/qutebrowser/bookmarks/urls" = {
text = ''
https://github.com GitHub
https://youtube.com YouTube
https://account.proton.me Proton
'';
force = true;
};
}