More programs in the system environment

This commit is contained in:
eeva 2017-03-05 01:12:01 +01:00
parent c62d10cc26
commit 56f59f88c8
1 changed files with 17 additions and 3 deletions

View File

@ -4,6 +4,7 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
#./ipv6.nix
]; ];
boot = { boot = {
@ -24,15 +25,20 @@
shells = [ pkgs.zsh ]; shells = [ pkgs.zsh ];
systemPackages = with pkgs; [ systemPackages = with pkgs; [
wget emacs wget emacs
zathura qutebrowser mplayer
chromium optipng zathura viewnior
chromium qutebrowser
optipng gimp
oh-my-zsh stow oh-my-zsh stow
lemonbar git st lemonbar git st
msmtp neomutt mu ripmime w3m #email msmtp neomutt
(mu.override { withMug = false; }) # no webkit dependency
ripmime w3m #email
nethogs nethogs
(import ./vim.nix) (import ./vim.nix)
(texlive.combine { inherit (texlive) scheme-small latexmk bibtex; }) #for vimtex (texlive.combine { inherit (texlive) scheme-small latexmk bibtex; }) #for vimtex
ghostscript ghostscript
pavucontrol
]; ];
}; };
@ -107,6 +113,10 @@
}; };
services = { services = {
peerflix = {
enable = true;
stateDir = "/tmp/peerflix";
};
offlineimap = { offlineimap = {
enable = true; enable = true;
onCalendar = "*:0/5"; onCalendar = "*:0/5";
@ -216,7 +226,11 @@
"42" = { "42" = {
pskRaw = "d4806ea095c4c2ef267307f75975031b6bc2d2c79861bf53c96c9a7ff70b068a"; pskRaw = "d4806ea095c4c2ef267307f75975031b6bc2d2c79861bf53c96c9a7ff70b068a";
}; };
"Frallemagne" = {
pskRaw = "4987d44ded137d9a877f4dd4063ceaa4b3d91669750b6d15d752bf3a42545684";
};
"Wi-Fi_Info_Etudiant" = {}; "Wi-Fi_Info_Etudiant" = {};
"THALYSNET" = {};
}; };
}; };