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
];
}

View File

@ -1,28 +1,28 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
kitty
chromium
gparted
keepassxc
meld
twemoji-color-font
mpv
brave
firefox
alacritty
baobab
lutris
insomnia
jellyfin-web
kdenlive
nextcloud-client
barrier
solaar
spotify
vulkan-tools
gnome.eog
virtmanager
environment.systemPackages = with pkgs; [
kitty
chromium
gparted
keepassxc
meld
twemoji-color-font
mpv
brave
firefox
alacritty
baobab
lutris
insomnia
jellyfin-web
kdenlive
nextcloud-client
barrier
solaar
spotify
vulkan-tools
gnome.eog
virtmanager
];
}