From cfa41962751801a9c58dc14f665f94f129cd3ff6 Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 5 Apr 2020 17:24:48 +0200 Subject: [PATCH] Add some more programs --- metis.nix | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/metis.nix b/metis.nix index 32b6987..f20c60a 100644 --- a/metis.nix +++ b/metis.nix @@ -24,6 +24,11 @@ in systemd.user.sessionVariables = userEnv; home.packages = with pkgs; [ + xdg_utils + pwgen + mkpasswd + irssi + mumble slic3r nfs-utils lsof @@ -68,6 +73,9 @@ in bluez-tools texlive-tubslatex openssl + audio-recorder + qt59.qttools + emacs ] ++ (with unstable; [ python38Packages.managesieve android-studio @@ -92,11 +100,17 @@ in xdg = { enable = true; mimeApps = { - enable = true; - #associations.added = { - #}; - #defaultApplications = { - #}; + 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";