nix-config/hosts/pulsebert/home.nix

16 lines
156 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
];
}