Add some terminal image stuff

This commit is contained in:
NullBite 2024-03-26 16:38:52 -04:00
parent 77f46238da
commit 7ab499c06f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
4 changed files with 11 additions and 0 deletions

View File

@ -29,7 +29,9 @@ in
yt-dlp
gallery-dl
imagemagick
pngquant
ffmpeg
gifski
];
xdg.mimeApps.defaultApplications = lib.mkMerge [

View File

@ -20,6 +20,7 @@ in
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
home.shellAliases = {
v = "nvim";
icat = "kitty +kitten icat";
};
programs.fzf.enable = true;
programs.fzf.enableZshIntegration = true;
@ -55,6 +56,9 @@ in
rclone
rmlint
pv
# for icat on all systems
kitty.kitten
];
};
}

View File

@ -19,6 +19,8 @@ in
gallery-dl
yt-dlp
imagemagick
pngquant
gifski
ffmpeg
];

View File

@ -107,6 +107,9 @@ in
restic
rclone
pv
# kitty compatibility on all systems
kitty.terminfo
];
# Needed for Kvantum themes to be detected