mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Declaratively manage bookmarks
This commit is contained in:
parent
1feedce1a9
commit
eb87f6becc
5 changed files with 28 additions and 16 deletions
|
|
@ -14,9 +14,7 @@ in
|
|||
];
|
||||
profiles = {
|
||||
"${config.user.name}" = {
|
||||
bookmarks = [
|
||||
(import ../../../../../configs/bookmarks)
|
||||
];
|
||||
bookmarks = config.user.bookmarks;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue