grimm-nixos-laptop/modules/tui.nix

13 lines
172 B
Nix
Raw Normal View History

2024-03-02 23:15:51 +01:00
{pkgs, ... }: {
2024-02-14 22:40:13 +01:00
environment.systemPackages = with pkgs; [
fbcat
gomuks
bluetuith
spotify-tui
ranger
2024-03-02 23:15:51 +01:00
alacritty
2024-03-04 22:26:38 +01:00
playerctl
pulseaudio
2024-02-14 22:40:13 +01:00
];
}