mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
241db5ce7a
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;
|
|
};
|
|
}
|