basic changes
This commit is contained in:
2026-07-21 12:18:17 -07:00
parent 9d147a0918
commit 77dc9db13f
4 changed files with 24 additions and 3 deletions
+14
View File
@@ -55,6 +55,20 @@ in
};
};
# --- xdg ---
xdg.mimeApps = {
enable = true;
defaultApplications = {
"inode/directory" = [ "kitty-open.desktop" ];
"image/jpeg" = [ "org.gnome.gThumb.desktop" ];
"image/png" = [ "org.gnome.gThumb.desktop" ];
"image/gif" = [ "org.gnome.gThumb.desktop" ];
"image/webp" = [ "org.gnome.gThumb.desktop" ];
"image/tiff" = [ "org.gnome.gThumb.desktop" ];
"image/bmp" = [ "org.gnome.gThumb.desktop" ];
};
};
home.packages = with pkgs; [
# --- General utils ---
libreoffice