fix: ghostty acquire clipboard permission

This commit is contained in:
DACHXY 2025-05-05 13:14:00 +08:00
parent bb3f1b222e
commit 396a4d603d
3 changed files with 16 additions and 0 deletions

View file

@ -7,6 +7,14 @@
...
}:
{
programs.poetry = {
enable = true;
settings = {
virtualenvs.create = true;
virtualenvs.in-project = true;
};
};
home.packages =
with pkgs;
[