mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-30 06:04:33 +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; }];
|
||||
rar.app_list = [
|
||||
{ command = "unrar"; args = [ "x" ]; confirm_exit = true; }
|
||||
{ command = "file-roller"; fork = true; silent = true; } ];
|
||||
{ command = "file-roller"; fork = true; silent = true; }
|
||||
];
|
||||
zip.app_list = [
|
||||
{ command = "unzip"; confirm_exit = true; }
|
||||
{ command = "file-roller"; fork = true; silent = true; } ];
|
||||
{ command = "file-roller"; fork = true; silent = true; }
|
||||
];
|
||||
|
||||
# misc formats
|
||||
aup.app_list = [
|
||||
{ command = "audacity"; fork = true; silent = true; } ];
|
||||
{ command = "audacity"; fork = true; silent = true; }
|
||||
];
|
||||
|
||||
odt."inherit" = "libreoffice_default";
|
||||
odf."inherit" = "libreoffice_default";
|
||||
@ -166,10 +169,12 @@
|
||||
{ command = "micro"; }
|
||||
{ command = "gedit"; fork = true; silent = true; }
|
||||
{ command = "bat"; confirm_exit = true; }
|
||||
{ command = "pdflatex"; } ];
|
||||
{ command = "pdflatex"; }
|
||||
];
|
||||
|
||||
torrent.app_list = [
|
||||
{ command = "transmission-gtk"; } ];
|
||||
{ command = "transmission-gtk"; }
|
||||
];
|
||||
};
|
||||
|
||||
mimetype = {
|
||||
|
Loading…
Reference in New Issue
Block a user