mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 15:50:43 +00:00
Add preference options
This commit is contained in:
parent
32bebe0adc
commit
15ce6ea7d0
6 changed files with 228 additions and 212 deletions
|
@ -49,25 +49,7 @@ in
|
|||
};
|
||||
|
||||
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).
|
||||
'';
|
||||
};
|
||||
};
|
||||
pcmanfm-qt.enable = mkEnableOption "Pcmanfm-qt (extremely fast and lightweight file manager and the standard file manager of LXDE)";
|
||||
};
|
||||
|
||||
tools = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue