Updates
This commit is contained in:
parent
900df7d250
commit
bf4c403707
2 changed files with 7 additions and 4 deletions
|
@ -6,14 +6,13 @@
|
|||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set EDITOR vim
|
||||
set ZELLIJ_AUTO_ATTACH true
|
||||
set ZELLIJ_AUTO_EXIT true
|
||||
ssh-add > /dev/null &> /dev/null
|
||||
if set -q ZELLIJ
|
||||
else
|
||||
zellij attach MAIN
|
||||
zellij attach -c "MAIN"; exit
|
||||
end
|
||||
'';
|
||||
|
||||
functions = {
|
||||
update_secrets = ''
|
||||
pushd /etc/nixos/git
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
mirror_session = true;
|
||||
simplified_ui = true;
|
||||
ui.pane_frames.rounded_corners = true;
|
||||
ui.pane_frames.hide_session_name = false;
|
||||
theme = "stylix";
|
||||
themes.stylix = with config.lib.stylix.colors.withHashtag; {
|
||||
bg = base02;
|
||||
|
|
Loading…
Reference in a new issue