mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-27 04:38:45 +02:00
chore: Formatting
This commit is contained in:
parent
2b415d3bd4
commit
0cd00a7734
@ -132,14 +132,17 @@
|
|||||||
"7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }];
|
"7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }];
|
||||||
rar.app_list = [
|
rar.app_list = [
|
||||||
{ command = "unrar"; args = [ "x" ]; confirm_exit = true; }
|
{ command = "unrar"; args = [ "x" ]; confirm_exit = true; }
|
||||||
{ command = "file-roller"; fork = true; silent = true; } ];
|
{ command = "file-roller"; fork = true; silent = true; }
|
||||||
|
];
|
||||||
zip.app_list = [
|
zip.app_list = [
|
||||||
{ command = "unzip"; confirm_exit = true; }
|
{ command = "unzip"; confirm_exit = true; }
|
||||||
{ command = "file-roller"; fork = true; silent = true; } ];
|
{ command = "file-roller"; fork = true; silent = true; }
|
||||||
|
];
|
||||||
|
|
||||||
# misc formats
|
# misc formats
|
||||||
aup.app_list = [
|
aup.app_list = [
|
||||||
{ command = "audacity"; fork = true; silent = true; } ];
|
{ command = "audacity"; fork = true; silent = true; }
|
||||||
|
];
|
||||||
|
|
||||||
odt."inherit" = "libreoffice_default";
|
odt."inherit" = "libreoffice_default";
|
||||||
odf."inherit" = "libreoffice_default";
|
odf."inherit" = "libreoffice_default";
|
||||||
@ -166,10 +169,12 @@
|
|||||||
{ command = "micro"; }
|
{ command = "micro"; }
|
||||||
{ command = "gedit"; fork = true; silent = true; }
|
{ command = "gedit"; fork = true; silent = true; }
|
||||||
{ command = "bat"; confirm_exit = true; }
|
{ command = "bat"; confirm_exit = true; }
|
||||||
{ command = "pdflatex"; } ];
|
{ command = "pdflatex"; }
|
||||||
|
];
|
||||||
|
|
||||||
torrent.app_list = [
|
torrent.app_list = [
|
||||||
{ command = "transmission-gtk"; } ];
|
{ command = "transmission-gtk"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
mimetype = {
|
mimetype = {
|
||||||
|
Loading…
Reference in New Issue
Block a user