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