home: add for console
This commit is contained in:
parent
511072b0c2
commit
ec816b0ebe
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
poezio
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue