idk
basic changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user