test
This commit is contained in:
parent
f6e5db0b7f
commit
e5aabc6494
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue