l 2: add/move some basic pkgs
This commit is contained in:
parent
0d20b15ae3
commit
91fe76414a
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -52,7 +52,6 @@ in {
|
||||||
print_current
|
print_current
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
mpc_cli
|
mpc_cli
|
||||||
tmux
|
|
||||||
];
|
];
|
||||||
|
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue