New system pkgs

This commit is contained in:
Martin Potier 2017-05-29 12:02:14 +02:00
parent eaaf3290ad
commit dc0aff716c
1 changed files with 17 additions and 11 deletions

View File

@ -22,21 +22,26 @@
};
environment = {
variables.EDITOR = pkgs.lib.mkOverride 900 "vim"; # vim is my default editor
variables.EDITOR = pkgs.lib.mkOverride 10 "vim"; # vim is my default editor
shells = [ pkgs.zsh ];
systemPackages = with pkgs; [
wget
mplayer
zathura
chromium qutebrowser
optipng gimp
oh-my-zsh stow
lemonbar git st
nethogs
(import ./vim.nix)
pavucontrol
arandr
chromium
crda # WiFi regulatory domains
gimp
lemonbar
git
(pkgs.lib.mkOverride 10 st) # patched, see at the end of this file
mpv
nethogs
optipng
pavucontrol
qutebrowser
stow
wget
zathura
gnumeric
];
};
@ -201,6 +206,7 @@
drivers = with pkgs; [
dell-530cdn # dell 5130cdn (typo)
cups-toshiba-estudio # Yay, my pull request has been accepted
hplip
];
};
@ -231,7 +237,7 @@
sessionCommands = ''
xset r rate 200 75
xrandr --output eDP1 --mode 1920x1080
feh --bg-center /home/eeva/.xmonad/artwork/bite-my-shiny-metal-ass.jpg
sh /home/eeva/.fehbg
mkdir -p /tmp/monitors
'';
slim.theme = pkgs.fetchurl {