plq,europa: install gh and setup aliases for 1p
This commit is contained in:
parent
0294af58f0
commit
6c89a0fdcb
@ -99,11 +99,15 @@ in {
|
|||||||
polkitPolicyOwners = [ "qbit" ];
|
polkitPolicyOwners = [ "qbit" ];
|
||||||
};
|
};
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
zsh.shellAliases = {
|
zsh = {
|
||||||
"nixpkgs-review" =
|
shellInit = ''
|
||||||
"GITHUB_TOKEN=$(cat /run/secrets/nix_review) nixpkgs-review";
|
export OP_PLUGIN_ALIASES_SOURCED=1
|
||||||
"neomutt" = "neomutt -F /etc/neomuttrc";
|
'';
|
||||||
"mutt" = "neomutt -F /etc/neomuttrc";
|
shellAliases = {
|
||||||
|
"gh" = "op plugin run -- gh";
|
||||||
|
"neomutt" = "neomutt -F /etc/neomuttrc";
|
||||||
|
"mutt" = "neomutt -F /etc/neomuttrc";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -12,7 +12,17 @@ in {
|
|||||||
|
|
||||||
networking.hostName = "plq";
|
networking.hostName = "plq";
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs = {
|
||||||
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
shellInit = ''
|
||||||
|
export OP_PLUGIN_ALIASES_SOURCED=1
|
||||||
|
'';
|
||||||
|
shellAliases = {
|
||||||
|
"gh" = "op plugin run -- gh";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nix;
|
nix.package = pkgs.nix;
|
||||||
|
|
||||||
@ -50,6 +60,7 @@ in {
|
|||||||
|
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
direnv
|
direnv
|
||||||
|
gh
|
||||||
go
|
go
|
||||||
mosh
|
mosh
|
||||||
neovim
|
neovim
|
||||||
|
Loading…
Reference in New Issue
Block a user