idk
basic changes
This commit is contained in:
@@ -54,6 +54,13 @@ in
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
# --- xdg ---
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"inode/directory" = [ "kitty-open.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# --- General utils ---
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -307,7 +307,7 @@ prefer-no-csd
|
||||
// You can change the path where screenshots are saved.
|
||||
// A ~ at the front will be expanded to the home directory.
|
||||
// The path is formatted with strftime(3) to give you the screenshot date and time.
|
||||
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||
screenshot-path "~/Pictures/Screenshots/Screenshot%Y-%m-%d-%H-%M-%S.png"
|
||||
|
||||
// You can also set this to null to disable saving screenshots to disk.
|
||||
// screenshot-path null
|
||||
|
||||
Reference in New Issue
Block a user