This commit is contained in:
albert 2024-04-29 16:57:37 +09:00
parent 900df7d250
commit bf4c403707
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 7 additions and 4 deletions

View file

@ -6,14 +6,13 @@
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
set EDITOR vim set EDITOR vim
set ZELLIJ_AUTO_ATTACH true
set ZELLIJ_AUTO_EXIT true
ssh-add > /dev/null &> /dev/null ssh-add > /dev/null &> /dev/null
if set -q ZELLIJ if set -q ZELLIJ
else else
zellij attach MAIN zellij attach -c "MAIN"; exit
end end
''; '';
functions = { functions = {
update_secrets = '' update_secrets = ''
pushd /etc/nixos/git pushd /etc/nixos/git

View file

@ -4,6 +4,10 @@
enableBashIntegration = true; enableBashIntegration = true;
enableFishIntegration = true; enableFishIntegration = true;
settings = { settings = {
mirror_session = true;
simplified_ui = true;
ui.pane_frames.rounded_corners = true;
ui.pane_frames.hide_session_name = false;
theme = "stylix"; theme = "stylix";
themes.stylix = with config.lib.stylix.colors.withHashtag; { themes.stylix = with config.lib.stylix.colors.withHashtag; {
bg = base02; bg = base02;