mirror of https://git.jolheiser.com/dotnix.git
chore: add work bookmarks stub
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
b49f1956b2
commit
b273cb2161
|
@ -0,0 +1,2 @@
|
||||||
|
"apps/firefox/bookmarks.nix":
|
||||||
|
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
|
|
@ -0,0 +1 @@
|
||||||
|
apps/firefox/bookmarks.nix filter=git-age diff=git-age
|
Binary file not shown.
|
@ -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)];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue