added thinkpad

This commit is contained in:
Alexander Szczepanski
2021-06-09 21:31:21 +02:00
parent 646b0b4ce5
commit 0a085f8895
5 changed files with 334 additions and 46 deletions

26
configs/common.nix Normal file
View File

@ -0,0 +1,26 @@
{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
ack
dfc
git
glances
home-manager
htop
ncdu
zsh
ruby
pstree
pciutils
borgbackup
bpytop
broot
bwm_ng
nodejs
sshfs
tealdeer
tree
lm_sensors
];
}