Testing
This commit is contained in:
parent
f998aeade6
commit
d93741eb7f
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,9 @@
|
|||
set ZELLIJ_AUTO_ATTACH true
|
||||
set ZELLIJ_AUTO_EXIT true
|
||||
ssh-add > /dev/null &> /dev/null
|
||||
if status is-interactive
|
||||
eval (zellij setup --generate-auto-start fish | string collect)
|
||||
end
|
||||
'';
|
||||
functions = {
|
||||
update_secrets = ''
|
||||
|
@ -18,6 +20,7 @@
|
|||
find secrets -name "*.yaml" -exec sops updatekeys {} \;
|
||||
'';
|
||||
restart-docker = ''
|
||||
# set GPG_TTY $tty
|
||||
pushd /Storage/Data/docker-compose/sysctl.io/
|
||||
docker stop $argv
|
||||
docker rm $argv
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{ lib, ... }: {
|
||||
stylix.targets.tmux.enable = lib.mkForce false;
|
||||
stylix.targets.fish.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue