mirror of https://git.jolheiser.com/dotnix.git
Compare commits
No commits in common. "6b8f19738b235f1555ee360b6ab0b92b718da644" and "903947748f861263cd502a38d0d463c43afa8c46" have entirely different histories.
6b8f19738b
...
903947748f
|
@ -1,2 +1,2 @@
|
||||||
"apps/firefox/work.nix":
|
"apps/firefox/bookmarks.nix":
|
||||||
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
|
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
apps/firefox/work.nix filter=git-age diff=git-age
|
apps/firefox/bookmarks.nix filter=git-age diff=git-age
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./helix.nix
|
./helix.nix
|
||||||
./jq.nix
|
./jq.nix
|
||||||
./lazygit.nix
|
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
./oh-my-posh.nix
|
./oh-my-posh.nix
|
||||||
./spotifyd.nix
|
./spotifyd.nix
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
programs.lazygit = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
nerdFontsVersion = "3";
|
|
||||||
update.method = "never";
|
|
||||||
gui.theme = {
|
|
||||||
lightTheme = false;
|
|
||||||
activeBorderColor = ["#a6e3a1" "bold"];
|
|
||||||
inactiveBorderColor = ["#cdd6f4"];
|
|
||||||
optionsTextColor = ["#89b4fa"];
|
|
||||||
selectedLineBgColor = ["#313244"];
|
|
||||||
selectedRangeBgColor = ["#313244"];
|
|
||||||
cherryPickedCommitBgColor = ["#94e2d5"];
|
|
||||||
cherryPickedCommitFgColor = ["#89b4fa"];
|
|
||||||
unstagedChangesColor = ["#f38ba8"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -76,7 +76,7 @@
|
||||||
({pkgs, ...}: {
|
({pkgs, ...}: {
|
||||||
home-manager.users.${username}.programs = {
|
home-manager.users.${username}.programs = {
|
||||||
git.package = pkgs.gitSVN;
|
git.package = pkgs.gitSVN;
|
||||||
firefox.profiles.default.bookmarks = [(import ./apps/firefox/work.nix)];
|
firefox.profiles.default.bookmarks = [(import ./apps/firefox/bookmarks.nix)];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue