teutat3s: ready for nixos release 22.11
This commit is contained in:
parent
a028cbc66a
commit
2630acd0bc
|
@ -4,7 +4,6 @@
|
|||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
latestModulesPath,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
@ -15,10 +14,6 @@ with lib; let
|
|||
in {
|
||||
imports = [
|
||||
./session-variables.nix
|
||||
"${latestModulesPath}/services/security/yubikey-agent.nix"
|
||||
];
|
||||
disabledModules = [
|
||||
"services/security/yubikey-agent.nix"
|
||||
];
|
||||
|
||||
config = {
|
||||
|
@ -66,7 +61,7 @@ in {
|
|||
ifmetric
|
||||
ipmitool
|
||||
keybase-gui
|
||||
nomad_1_3
|
||||
nomad_1_4
|
||||
thunderbird
|
||||
vault
|
||||
veracrypt
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
{ config, pkgs, tritonshell, ... }:
|
||||
''
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
tritonshell,
|
||||
...
|
||||
}: ''
|
||||
bindkey "^[[1;3D" backward-word
|
||||
bindkey "^[[1;3C" forward-word
|
||||
bindkey "^[p" backward-word
|
||||
|
@ -91,9 +95,9 @@
|
|||
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
complete -o nospace -C ${pkgs.consul}/bin/consul consul
|
||||
complete -o nospace -C ${pkgs.nomad_1_3}/bin/nomad nomad
|
||||
complete -o nospace -C ${pkgs.nomad_1_4}/bin/nomad nomad
|
||||
complete -o nospace -C ${pkgs.vault}/bin/vault vault
|
||||
complete -o nospace -C ${pkgs.terraform_0_15}/bin/terraform terraform
|
||||
complete -o nospace -C ${pkgs.terraform}/bin/terraform terraform
|
||||
complete -o nospace -C ${pkgs.waypoint}/bin/waypoint waypoint
|
||||
complete -C '${pkgs.awscli2}/bin/aws_completer' ${pkgs.awscli2}/bin/aws
|
||||
|
||||
|
|
Loading…
Reference in a new issue