Compare commits

..

3 Commits

Author SHA1 Message Date
1bd07d8062 feat: add pulsemixer 2025-03-27 23:27:02 +03:00
ddd7250991 fix: brightness setting 2025-03-27 23:27:02 +03:00
c78bf067e9 feat: kitty to ghostty 2025-03-27 23:27:02 +03:00

View File

@ -80,6 +80,10 @@
source "$(fzf-share)/completion.zsh" source "$(fzf-share)/completion.zsh"
''; '';
envExtra = ''
TERM=xterm-256color
'';
history.size = 10000; history.size = 10000;
history.path = "${config.xdg.dataHome}/zsh/history"; history.path = "${config.xdg.dataHome}/zsh/history";