mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Fix flatpak uninstall command
This commit is contained in:
parent
6c0788e091
commit
2459e423e5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ layout {
|
|||
pane {
|
||||
focus true
|
||||
command "fish"
|
||||
args "-c" "flatpak update -y && flatpak --delete-data --unused"
|
||||
args "-c" "flatpak update -y && flatpak uninstall --delete-data --unused"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue