23
7
Fork 3
nix-config/hosts/pulsebert/home.nix

18 Zeilen
225 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
htop
fortune
ddate
mpv
ncmpcpp
schedtool
screen
tmux
pulsemixer
ncpamixer
python35.withPackages(ps: with ps; [ youtube-dl ])
];
}