nix/home/console.nix

9 lines
89 B
Nix

{pkgs, ...}:
{
imports = [./default.nix];
home.packages = with pkgs; [
poezio
];
}