added fuse3 for rclone mount
This commit is contained in:
parent
b0df07004e
commit
5228a63c0b
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@
|
|||
;; :linux-command "sudo pacman -S --noconfirm dovecot"
|
||||
;; :message nil
|
||||
;; :enabled t)
|
||||
(fusermount3
|
||||
:linux-command "sudo pacman -S --noconfirm fuse3" ; for rclone mount
|
||||
:message nil
|
||||
:enabled t)
|
||||
(fzf
|
||||
:linux-command "sudo pacman -S --noconfirm fzf"
|
||||
:message nil
|
||||
|
|
Loading…
Reference in a new issue