Add some terminal image stuff
This commit is contained in:
parent
77f46238da
commit
7ab499c06f
@ -29,7 +29,9 @@ in
|
|||||||
yt-dlp
|
yt-dlp
|
||||||
gallery-dl
|
gallery-dl
|
||||||
imagemagick
|
imagemagick
|
||||||
|
pngquant
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
gifski
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.mimeApps.defaultApplications = lib.mkMerge [
|
xdg.mimeApps.defaultApplications = lib.mkMerge [
|
||||||
|
@ -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
|
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
|
icat = "kitty +kitten icat";
|
||||||
};
|
};
|
||||||
programs.fzf.enable = true;
|
programs.fzf.enable = true;
|
||||||
programs.fzf.enableZshIntegration = true;
|
programs.fzf.enableZshIntegration = true;
|
||||||
@ -55,6 +56,9 @@ in
|
|||||||
rclone
|
rclone
|
||||||
rmlint
|
rmlint
|
||||||
pv
|
pv
|
||||||
|
|
||||||
|
# for icat on all systems
|
||||||
|
kitty.kitten
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,8 @@ in
|
|||||||
gallery-dl
|
gallery-dl
|
||||||
yt-dlp
|
yt-dlp
|
||||||
imagemagick
|
imagemagick
|
||||||
|
pngquant
|
||||||
|
gifski
|
||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -107,6 +107,9 @@ in
|
|||||||
restic
|
restic
|
||||||
rclone
|
rclone
|
||||||
pv
|
pv
|
||||||
|
|
||||||
|
# kitty compatibility on all systems
|
||||||
|
kitty.terminfo
|
||||||
];
|
];
|
||||||
|
|
||||||
# Needed for Kvantum themes to be detected
|
# Needed for Kvantum themes to be detected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user