l 2: add/move some basic pkgs

This commit is contained in:
lassulus 2016-06-11 00:28:09 +02:00
parent 0d20b15ae3
commit 91fe76414a
4 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,7 @@ in {
environment.systemPackages = with pkgs; [
acpi
dmenu
gitAndTools.qgit
lm_sensors
@ -44,6 +45,7 @@ in {
sxiv
xclip
xorg.xbacklight
xorg.xhost
xsel
zathura

View File

@ -123,8 +123,11 @@ with config.krebs.lib;
#neat utils
krebspaste
pciutils
psmisc
tmux
untilport
usbutils
#unpack stuff
p7zip

View File

@ -52,7 +52,6 @@ in {
print_current
ncmpcpp
mpc_cli
tmux
];
security.sudo.extraConfig = ''

View File

@ -5,7 +5,6 @@ let
in {
krebs.per-user.chat.packages = with pkgs; [
mosh
tmux
weechat
];