Add some more programs

This commit is contained in:
Tim Schubert 2020-04-05 17:24:48 +02:00
parent 164fc87304
commit cfa4196275
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -24,6 +24,11 @@ in
systemd.user.sessionVariables = userEnv; systemd.user.sessionVariables = userEnv;
home.packages = with pkgs; [ home.packages = with pkgs; [
xdg_utils
pwgen
mkpasswd
irssi
mumble
slic3r slic3r
nfs-utils nfs-utils
lsof lsof
@ -68,6 +73,9 @@ in
bluez-tools bluez-tools
texlive-tubslatex texlive-tubslatex
openssl openssl
audio-recorder
qt59.qttools
emacs
] ++ (with unstable; [ ] ++ (with unstable; [
python38Packages.managesieve python38Packages.managesieve
android-studio android-studio
@ -92,11 +100,17 @@ in
xdg = { xdg = {
enable = true; enable = true;
mimeApps = { mimeApps = {
enable = true; enable = false;
#associations.added = { associations.added = {
#}; "text/html" = "firefox.desktop";
#defaultApplications = { "text/plain" = "vim.desktop";
#}; "application/plain" = "zathura.desktop";
};
defaultApplications = {
"text/html" = "firefox.desktop";
"text/plain" = "vim.desktop";
"application/plain" = "zathura.desktop";
};
}; };
userDirs = { userDirs = {
download ="\$HOME/tmp"; download ="\$HOME/tmp";