From 163e51a00531a8b4f29cefc10ddb97a9588a0b76 Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Mon, 3 Aug 2026 06:42:18 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20218=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-08-03=2006:42=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .sops.yaml | 7 +++++++ home/jashton.nix | 1 + 2 files changed, 8 insertions(+) create mode 100644 .sops.yaml diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..84f8c60 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,7 @@ +keys: + - &server_key age1zvuvrnh9fymw06e83n8y98ymg7jx6qn337893mejylcy948d4aesh7fufv +creation_rules: + - path_regex: secrets/[^/]+\.yaml$ + key_groups: + - age: + - *server_key diff --git a/home/jashton.nix b/home/jashton.nix index 1f750dd..702fa11 100644 --- a/home/jashton.nix +++ b/home/jashton.nix @@ -32,6 +32,7 @@ in ''; home.sessionVariables = { + EDITOR = "nvim"; NIXOS_OZONE_WL = "1"; # Forces Electron/Chromium apps to use Wayland natively GTK_IM_MODULE = "wayland"; # Forces GTK apps to use Wayland text-input protocols QT_IM_MODULE = "wayland"; # Forces Qt apps to use Wayland text-input protocols