From 35dc7a680c1212ef68bf66df78ec6070b59863fc Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 12:44:42 +0900 Subject: [PATCH] Test --- configuration.nix | 1 - home-manager/bash.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index e77b31b7..760e7121 100644 --- a/configuration.nix +++ b/configuration.nix @@ -67,7 +67,6 @@ neofetch gnupg fail2ban - sops ]; # Enable tailscale diff --git a/home-manager/bash.nix b/home-manager/bash.nix index d13c22ee..698b93ce 100644 --- a/home-manager/bash.nix +++ b/home-manager/bash.nix @@ -10,7 +10,7 @@ enable = true; enableCompletion = true; bashrcExtra = '' - sops-edit() { + sops() { nix-shell -p sops --run "sops $1" }