mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
acd53cf447
Signed-off-by: pph <pph@pph.pph>
11 lines
212 B
Nix
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;
|
|
};
|
|
}
|