nix/home/console.nix

7 lines
60 B
Nix
Raw Normal View History

2021-10-25 14:44:07 +02:00
{pkgs, ...}:
{
home.packages = with pkgs; [
poezio
];
}