chore: add work bookmarks stub

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-08-03 16:52:52 -05:00
parent b49f1956b2
commit b273cb2161
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
4 changed files with 7 additions and 1 deletions

2
.git-age.yaml 100644
View File

@ -0,0 +1,2 @@
"apps/firefox/bookmarks.nix":
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7

1
.gitattributes vendored 100644
View File

@ -0,0 +1 @@
apps/firefox/bookmarks.nix filter=git-age diff=git-age

Binary file not shown.

View File

@ -74,7 +74,10 @@
./machines/chai ./machines/chai
commonConfig commonConfig
({pkgs, ...}: { ({pkgs, ...}: {
home-manager.users.${username}.programs.git.package = pkgs.gitSVN; home-manager.users.${username}.programs = {
git.package = pkgs.gitSVN;
firefox.profiles.default.bookmarks = [(import ./apps/firefox/bookmarks.nix)];
};
}) })
]; ];
}; };