Skip to content

Commit

Permalink
Merge pull request #120 from DataEraserC/patch-5
Browse files Browse the repository at this point in the history
fix several typos
  • Loading branch information
ryan4yin authored Apr 15, 2024
2 parents 309469f + 21c9e57 commit ddad742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/linux/gui/base/xdg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"x-scheme-handler/tg" = ["org.telegram.desktop.desktop "];

"audio/*" = ["mpv.desktop"];
"video/*" = ["mpv.dekstop"];
"video/*" = ["mpv.desktop"];
"image/*" = ["imv-dir.desktop"];
"image/gif" = ["imv-dir.desktop"];
"image/jpeg" = ["imv-dir.desktop"];
Expand Down
2 changes: 1 addition & 1 deletion utils.nu
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export def darwin-rollback [] {
./result/sw/bin/darwin-rebuild --rollback
}

# ==================== Virutal Machines related =====================
# ==================== Virtual Machines related =====================

# Build and upload a VM image
export def upload-vm [
Expand Down

0 comments on commit ddad742

Please sign in to comment.