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, ... }: {
|
{ 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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue