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

View file

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

View file

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

View file

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