1

krunner autostart + christoph packages

This commit is contained in:
2022-11-20 16:39:17 +01:00
parent e577e8c2ef
commit 8a492db651

View File

@ -156,8 +156,12 @@ in rec {
# TODO: Latex module # TODO: Latex module
home.file."texmf/tex/latex/custom/christex.sty".source = ../../config/latex/christex.sty; home.file."texmf/tex/latex/custom/christex.sty".source = ../../config/latex/christex.sty;
# TODO: If navi enabled
home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat; home.file.".local/share/navi/cheats/christoph.cheat".source = ../../config/navi/christoph.cheat;
# TODO: If kde plasma enabled
home.file.".config/autostart/krunner.desktop".source = ../../config/autostart/krunner.desktop;
home = { home = {
username = username; # Inherited from flake.nix username = username; # Inherited from flake.nix
homeDirectory = "/home/${home.username}"; homeDirectory = "/home/${home.username}";
@ -204,7 +208,8 @@ in rec {
rsync # cp on steroids rsync # cp on steroids
rclone # Rsync for cloud rclone # Rsync for cloud
poppler_utils # pdfunite poppler_utils # pdfunite
ffmpeg # Convert video (magic) # ffmpeg # Convert video (magic), v4
ffmpeg_5-full # v5, including ffplay
imagemagick # Convert image (magic) imagemagick # Convert image (magic)
httpie # Cool http client httpie # Cool http client
(ripgrep.override { withPCRE2 = true; }) # fast as fuck (ripgrep.override { withPCRE2 = true; }) # fast as fuck
@ -224,10 +229,14 @@ in rec {
gum # nice shell scripts gum # nice shell scripts
lazygit # can always use another git client lazygit # can always use another git client
gitbatch # overview over multiple repos gitbatch # overview over multiple repos
mprocs # run multiple processes in single terminal window, screen alternative
# TODO: Maybe general document/typesetting module?
graphviz # generate svg graphs etc graphviz # generate svg graphs etc
gnuplot # generate function plots gnuplot # generate function plots
# TODO: Latex module
tikzit
texlive.combined.scheme-full
pandoc # document converting madness pandoc # document converting madness
mprocs # run multiple processes in single terminal window, screen alternative
# Xooooorg/Desktop environment stuff # Xooooorg/Desktop environment stuff
xclip xclip