This commit is contained in:
iFargle 2023-07-07 07:36:51 +09:00
parent f6e5db0b7f
commit e5aabc6494

View file

@ -1,11 +1,12 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
# Configure BASH exports # Configure BASH exports
# https://nix-community.github.io/home-manager/options.html
programs.powerline-go.enable = true; programs.powerline-go.enable = true;
programs = { programs = {
bash = { bash = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
promptInit = '' bashrcExtra = ''
sops-edit() { sops-edit() {
nix-shell -p sops --run "sops $1" nix-shell -p sops --run "sops $1"
} }