Skip to content

Commit

Permalink
feat(yaka: firefox): add bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ilyrun committed Nov 1, 2023
1 parent 09fbaab commit 9629793
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions user/yaka.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,26 @@
'';
};
};

firefox.profiles."${config.dotfiles.username}" = {
bookmarks = [
{
name = "Clockishift";
url = "https://app.clockify.me/tracker";
}
{
name = "GitLab";
url = "https://gitlab.cri.epita.fr/";
}
{
name = "Tickets";
url = "https://tickets.cri.epita.fr/";
}
{
name = "Operator";
url = "https://operator.forge.epita.fr/ui/";
}
];
};
};
}

0 comments on commit 9629793

Please sign in to comment.