mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add pcmanfm-qt
This commit is contained in:
parent
4c86bb8ce6
commit
32bebe0adc
6 changed files with 180 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue