mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add Zellij everywhere, but don't automatically use
This commit is contained in:
parent
f38cd3f10b
commit
eac4008326
3 changed files with 27 additions and 25 deletions
|
|
@ -256,6 +256,10 @@ in {
|
|||
let g:airline_powerline_fonts = 1
|
||||
'';
|
||||
};
|
||||
zellij = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ username, ... }: {
|
||||
# dawrwin-specific shell config
|
||||
programs.zsh = {
|
||||
programs = {
|
||||
zsh = {
|
||||
initContent = ''
|
||||
function otpon() {
|
||||
osascript -e 'tell application "yubiswitch" to KeyOn'
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
ykey = "pkill -9 gpg-agent && source ~/.zshrc; ssh-add -L";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sops.age.keyFile = "/Users/${username}/Library/Application Support/sops/age/keys.txt";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,10 +7,6 @@
|
|||
goPath = "go";
|
||||
};
|
||||
k9s.enable = true;
|
||||
zellij = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
sops = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue