1
0
Fork 0
forked from foxora/nix

set delta as pager in lazygit, removed bookokrat

i kinda forgot to test bookokrat.. but basically it didnt work because
bookokrat's flake doesnt compile and it isnt on nixpkgs either
This commit is contained in:
foxora 2026-03-03 02:41:40 +00:00
parent 387cceeadc
commit f925b42669
2 changed files with 12 additions and 7 deletions

View file

@ -85,11 +85,6 @@
};
};
bookokrat = {
url = "github:bugzmanov/bookokrat";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs-unstable";

View file

@ -128,7 +128,6 @@
elixir
gleam
delta # git diff viewer
lazygit # i'm lazy </3
# apps
qutebrowser # keyboard-focused browser (chromium)
@ -148,7 +147,6 @@
# FIX: its fucking broken: https://github.com/NixOS/nixpkgs/pull/494721
mpkgs.libreoffice-qt # word, excel, pdf etc open source programs
hunspell # spell checker
inputs.bookokrat.packages.${system}.default # tui ebook reader
obs-studio
cytoscape
element-desktop # 'official' gui matrix client
@ -284,6 +282,18 @@
];
};
lazygit = {
enable = true;
settings = {
git.pagers = [
{
colorArg = "always";
pager = "delta --dark --pager=never --line-numbers --side-by-side";
}
];
};
};
foot = {
enable = true;