We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d4f45 commit 14b05d0Copy full SHA for 14b05d0
3 files changed
home/config/nemo/actions/engrampa_compress.nemo_action
@@ -0,0 +1,9 @@
1
+[Nemo Action]
2
+Active=true
3
+Name=Compress...
4
+Comment=Create a compressed archive
5
+Icon-Name=archive
6
+Exec=engrampa -d %F
7
+Selection=Any
8
+Extensions=any;
9
+Quote=double
home/config/nemo/actions/engrampa_extract.nemo_action
+Name=Extract Files...
+Comment=Extract archives here
+Icon-Name=archive-extract
+Exec=engrampa -h %F
home/user/packages.nix
@@ -53,6 +53,7 @@ let
53
wireguard-tools # wireguard vpn
54
55
# misc
56
+ mate.engrampa
57
unzip
58
gnutar
59
pciutils # lspci
0 commit comments