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, ... }: {
# Configure BASH exports
# https://nix-community.github.io/home-manager/options.html
programs.powerline-go.enable = true;
programs = {
bash = {
enable = true;
enableCompletion = true;
promptInit = ''
bashrcExtra = ''
sops-edit() {
nix-shell -p sops --run "sops $1"
}