Change of named folders and fix configurations

This commit is contained in:
2026-01-25 14:21:25 +01:00
parent 48f5dc3cf1
commit 8744d630d2
19 changed files with 22 additions and 45 deletions
+14
View File
@@ -0,0 +1,14 @@
{ ... }:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
background-opacity = 0.9;
keybind = [
"performable:ctrl+c=copy_to_clipboard"
"performable:ctrl+v=paste_from_clipboard"
];
};
};
}