mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Compare commits
3 Commits
cc74ea3f9a
...
9bed60a97e
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bed60a97e | |||
| 7dfe71e57c | |||
| 6615235f91 |
@@ -4,7 +4,7 @@
|
||||
package =
|
||||
if pkgs.stdenv.isLinux
|
||||
then pkgs.ghostty
|
||||
else null;
|
||||
else pkgs.ghostty-bin;
|
||||
enableZshIntegration = true;
|
||||
clearDefaultKeybinds = true;
|
||||
settings = {
|
||||
@@ -18,6 +18,7 @@
|
||||
shell-integration-features = "no-cursor,sudo,title";
|
||||
cursor-style-blink = false;
|
||||
|
||||
maximize = true;
|
||||
window-padding-x = 0;
|
||||
window-padding-y = 0;
|
||||
window-padding-balance = true;
|
||||
|
||||
Reference in New Issue
Block a user