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

@ -24,6 +24,8 @@ userConfigs = rec {
signByDefault = true;
};
};
bookmarks = import ./bookmarks;
};
in