tools + navi config
This commit is contained in:
@ -145,6 +145,8 @@ in rec {
|
|||||||
source = ../../config/mpv;
|
source = ../../config/mpv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat;
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = username; # Inherited from flake.nix
|
username = username; # Inherited from flake.nix
|
||||||
homeDirectory = "/home/${home.username}";
|
homeDirectory = "/home/${home.username}";
|
||||||
@ -203,6 +205,7 @@ in rec {
|
|||||||
sd # sed alternative
|
sd # sed alternative
|
||||||
tealdeer # very fast tldr (very readable man)
|
tealdeer # very fast tldr (very readable man)
|
||||||
gping # ping with graph
|
gping # ping with graph
|
||||||
|
# gtop # graphic top # We have btop already...
|
||||||
curlie # curl a'la httpie
|
curlie # curl a'la httpie
|
||||||
wget
|
wget
|
||||||
dogdns # dns client
|
dogdns # dns client
|
||||||
@ -213,6 +216,8 @@ in rec {
|
|||||||
gnuplot
|
gnuplot
|
||||||
pandoc
|
pandoc
|
||||||
libnotify
|
libnotify
|
||||||
|
gitbatch
|
||||||
|
mprocs
|
||||||
|
|
||||||
# Xooooorg
|
# Xooooorg
|
||||||
xclip
|
xclip
|
||||||
@ -221,12 +226,15 @@ in rec {
|
|||||||
|
|
||||||
# Hardware/Software info
|
# Hardware/Software info
|
||||||
neofetch # Easily see interesting package versions/kernel
|
neofetch # Easily see interesting package versions/kernel
|
||||||
pciutils
|
pciutils # lspci
|
||||||
glxinfo
|
glxinfo # opengl info
|
||||||
wayland-utils
|
wayland-utils # wayland-info
|
||||||
aha
|
aha # ansi html adapter? Why did I install this?
|
||||||
radeontop
|
radeontop
|
||||||
clinfo # OpenCL info
|
clinfo # OpenCL info
|
||||||
|
vulkan-tools # vulkaninfo
|
||||||
|
libva-utils # vainfo
|
||||||
|
rocminfo # radeon comptute platform info
|
||||||
|
|
||||||
# Web stuff
|
# Web stuff
|
||||||
signal-desktop
|
signal-desktop
|
||||||
@ -352,6 +360,12 @@ in rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Interactive Cheatsheets
|
||||||
|
navi = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = config.modules.fish.enable; # Type something "remove first line" and hit Ctrl-G to launch navi on that prompt
|
||||||
|
};
|
||||||
|
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = config.modules.fish.enable;
|
enableFishIntegration = config.modules.fish.enable;
|
||||||
|
Reference in New Issue
Block a user