nix-config/hosts/pulsebert/home.nix

18 lines
225 B
Nix
Raw Normal View History

2019-02-19 23:29:17 +01:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
htop
fortune
ddate
mpv
ncmpcpp
schedtool
screen
tmux
pulsemixer
ncpamixer
python35.withPackages(ps: with ps; [ youtube-dl ])
2019-02-19 23:29:17 +01:00
];
}