home: add for console

This commit is contained in:
genofire 2021-10-25 14:44:07 +02:00
parent 511072b0c2
commit ec816b0ebe
1 changed files with 6 additions and 0 deletions

6
home/console.nix Normal file
View File

@ -0,0 +1,6 @@
{pkgs, ...}:
{
home.packages = with pkgs; [
poezio
];
}