Add pcmanfm-qt

This commit is contained in:
ItsDrike 2024-06-24 20:35:36 +02:00
parent 4c86bb8ce6
commit 32bebe0adc
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 180 additions and 1 deletions

View file

@ -48,6 +48,28 @@ in
mpv.enable = mkEnableOption "MPV (General-purpose media player)";
};
file-managers = {
pcmanfm-qt = {
enable = mkEnableOption "Pcmanfm-qt (extremely fast and lightweight file manager and the standard file manager of LXDE)";
terminalCmd = mkOption {
type = types.str;
default = "kitty";
description = ''
Command used to open the terminal emulator.
'';
};
archiverCmd = mkOption {
type = types.str;
default = "ark";
description = ''
Command used to open the archiver (zip/tar explorer).
'';
};
};
};
tools = {
fastfetch.enable = mkEnableOption "FastFetch (fast neofetch)";
hyfetch.enable = mkEnableOption "Neofetch with pride flags";