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;
|
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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue