idk
basic changes
This commit is contained in:
@@ -54,6 +54,13 @@ in
|
|||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# --- xdg ---
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"inode/directory" = [ "kitty-open.desktop" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# --- General utils ---
|
# --- 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; [
|
home.packages = with pkgs; [
|
||||||
# --- General utils ---
|
# --- General utils ---
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|||||||
@@ -307,7 +307,7 @@ prefer-no-csd
|
|||||||
// You can change the path where screenshots are saved.
|
// You can change the path where screenshots are saved.
|
||||||
// A ~ at the front will be expanded to the home directory.
|
// 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.
|
// 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.
|
// You can also set this to null to disable saving screenshots to disk.
|
||||||
// screenshot-path null
|
// screenshot-path null
|
||||||
|
|||||||
@@ -45,12 +45,12 @@
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
file
|
file
|
||||||
# --- General ---
|
# --- General utils ---
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
];
|
];
|
||||||
fonts.packages = [ ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
fonts.packages = [ ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||||
|
|
||||||
#general utils
|
# --- General Utils ---
|
||||||
programs.vim.enable = true;
|
programs.vim.enable = true;
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user