feat: add funny cheatsheets and stuff

chore: fix manpager issue
This commit is contained in:
Zhongheng Liu 2024-11-24 18:19:00 +02:00
commit 4694410cc8
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,9 @@
ranger
lazygit
cheat
thefuck
transmission_4-gtk
];
}

View file

@ -22,6 +22,8 @@ in
${pkgs.fortune}/bin/fortune -a
end
funcsave -q fish_greeting
${pkgs.thefuck}/bin/thefuck --alias | source
'';
shellAliases = import ../aliases {inherit pkgs;};
plugins = with pkgs.fishPlugins; [

View file

@ -21,7 +21,7 @@
environment.sessionVariables = {
GDK_SCALE = config.displayScale;
FLAKE = config.myConfigLocation;
MANPAGER = "$EDITOR +Man!";
MANPAGER = "nvim +Man!";
# GTK_IM_MODULE = lib.mkForce "";
};
services.pcscd.enable = true;