Declaratively manage bookmarks

This commit is contained in:
Bryan Ramos 2024-06-15 11:07:48 -04:00
parent 1feedce1a9
commit eb87f6becc
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
5 changed files with 28 additions and 16 deletions

View file

@ -14,9 +14,7 @@ in
];
profiles = {
"${config.user.name}" = {
bookmarks = [
(import ../../../../../configs/bookmarks)
];
bookmarks = config.user.bookmarks;
};
};
};