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
2019-06-19 19:30:01 +02:00
python37.withPackages(ps: with ps; [ youtube-dl ])
2019-02-19 23:29:17 +01:00
];
}