grimm-nixos-laptop/modules/tui.nix

10 lines
125 B
Nix
Raw Normal View History

2024-02-14 22:40:13 +01:00
{pkgs, }: {
environment.systemPackages = with pkgs; [
fbcat
gomuks
bluetuith
spotify-tui
ranger
];
}