Add mime app associations to shared config

This commit is contained in:
Tim Schubert 2020-04-25 12:44:08 +02:00
parent 5a09a2b645
commit 308cf4d7f0
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 46 additions and 15 deletions

View file

@ -8,6 +8,7 @@ let
NOTMUCH_CONFIG = "\$HOME/.config/notmuch/config";
GDK_BACKEND= "wayland";
MOZ_ENABLE_WAYLAND= "1";
SSH_ASKPASS = "${pkgs.lxqt.lxqt-openssh-askpass}/bin/lxqt-openssh-askpass";
};
unstable = import <nixpkgs-unstable> {};
in
@ -24,6 +25,10 @@ in
systemd.user.sessionVariables = userEnv;
home.packages = with pkgs; [
slurp
grim
jq
lxqt.lxqt-openssh-askpass
xdg_utils
pwgen
mkpasswd
@ -44,7 +49,6 @@ in
inkscape
inotify-tools
jmtpfs
keepassxc
ldns
libreoffice
mblaze
@ -79,6 +83,8 @@ in
] ++ (with unstable; [
python38Packages.managesieve
android-studio
cachix
keepassxc
]);
#wayland.windowManager.sway = {
@ -99,19 +105,6 @@ in
xdg = {
enable = true;
mimeApps = {
enable = false;
associations.added = {
"text/html" = "firefox.desktop";
"text/plain" = "vim.desktop";
"application/plain" = "zathura.desktop";
};
defaultApplications = {
"text/html" = "firefox.desktop";
"text/plain" = "vim.desktop";
"application/plain" = "zathura.desktop";
};
};
userDirs = {
download ="\$HOME/tmp";
music = "\$HOME/lib/music";