Skip to content

Commit

Permalink
flake: update lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Dec 27, 2024
1 parent 79a34ef commit b9a5ddb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion modules/shared/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
packages = __attrValues {
inherit (pkgs) mosh ripgrep;
inherit (inputs'.agenix.packages) agenix;
inherit (self'.packages) neovim;

nvim = self'.packages.neovim.override { libuv = pkgs.libuv.overrideAttrs { doCheck = false; }; };
};

sessionVariables = {
Expand Down
5 changes: 3 additions & 2 deletions modules/shared/home-manager/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
line_break.disabled = true;

directory = {
truncation_length = 1;
style = "bg:blue fg:black";
read_only_style = "bg:red fg:black";
read_only = " RO ";
Expand Down Expand Up @@ -142,9 +143,9 @@
style = "fg:black bg:red";
format = "[ $output ]($style)";
command = ''
jj log -r@ -n1 --ignore-working-copy --no-graph --color always -T '
jj log -r@ -n1 --ignore-working-copy --no-graph --color never -T '
separate("",
if(!empty, "${config.programs.starship.settings.git_status.staged}"),
if(!empty, ""),
if(conflict, "${config.programs.starship.settings.git_status.conflicted}"),
if(divergent, "${config.programs.starship.settings.git_status.diverged}"),
if(hidden, "${config.programs.starship.settings.git_status.deleted}"),
Expand Down
30 changes: 15 additions & 15 deletions packages/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9a5ddb

Please sign in to comment.