Add some more programs
This commit is contained in:
parent
164fc87304
commit
cfa4196275
1 changed files with 19 additions and 5 deletions
24
metis.nix
24
metis.nix
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue