fix: ghostty acquire clipboard permission
This commit is contained in:
parent
bb3f1b222e
commit
396a4d603d
3 changed files with 16 additions and 0 deletions
|
|
@ -14,5 +14,8 @@ mouse-hide-while-typing = true
|
|||
|
||||
keybind = ctrl+shift+zero=toggle_tab_overview
|
||||
|
||||
clipboard-read = allow
|
||||
clipboard-write = allow
|
||||
|
||||
# custom-shader = ./shader/mnoise.glsl
|
||||
# custom-shader-animation = always
|
||||
|
|
|
|||
|
|
@ -7,6 +7,14 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
programs.poetry = {
|
||||
enable = true;
|
||||
settings = {
|
||||
virtualenvs.create = true;
|
||||
virtualenvs.in-project = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
|
|
|
|||
|
|
@ -48,5 +48,10 @@
|
|||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
# mail
|
||||
msmtp = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue