feat: add funny cheatsheets and stuff
chore: fix manpager issue
This commit is contained in:
parent
6eb3bb0b70
commit
4694410cc8
3 changed files with 6 additions and 1 deletions
|
@ -16,6 +16,9 @@
|
||||||
ranger
|
ranger
|
||||||
lazygit
|
lazygit
|
||||||
|
|
||||||
|
cheat
|
||||||
|
thefuck
|
||||||
|
|
||||||
transmission_4-gtk
|
transmission_4-gtk
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,8 @@ in
|
||||||
${pkgs.fortune}/bin/fortune -a
|
${pkgs.fortune}/bin/fortune -a
|
||||||
end
|
end
|
||||||
funcsave -q fish_greeting
|
funcsave -q fish_greeting
|
||||||
|
|
||||||
|
${pkgs.thefuck}/bin/thefuck --alias | source
|
||||||
'';
|
'';
|
||||||
shellAliases = import ../aliases {inherit pkgs;};
|
shellAliases = import ../aliases {inherit pkgs;};
|
||||||
plugins = with pkgs.fishPlugins; [
|
plugins = with pkgs.fishPlugins; [
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
GDK_SCALE = config.displayScale;
|
GDK_SCALE = config.displayScale;
|
||||||
FLAKE = config.myConfigLocation;
|
FLAKE = config.myConfigLocation;
|
||||||
MANPAGER = "$EDITOR +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
# GTK_IM_MODULE = lib.mkForce "";
|
# GTK_IM_MODULE = lib.mkForce "";
|
||||||
};
|
};
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue