From 17e5ad70536225023f36eba54f6dc8e5d66acfb9 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 6 Oct 2024 06:47:27 -0700 Subject: [PATCH] snowhawk: refactoring brave-apps --- hosts/snowhawk/home.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index ca08051..9a4fbd8 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -15,12 +15,6 @@ alacritty.enable = true; defaultPrograms.enable = true; pipewire-controller.enable = true; - brave-apps.enable = true; - brave-apps.apps = { - github.url = "https://github.com"; - zgit.url = "https://git.zynh.me"; - slack_nh.urlFile = config.sops.secrets."app_urls/nh_slack".path; - }; # Games xivlauncher.enable = true; @@ -40,6 +34,14 @@ }; sops.secrets."app_urls/nh_slack" = { }; + snowhawk.brave-apps = { + enable = true; + apps = { + github.url = "https://github.com"; + zgit.url = "https://git.zynh.me"; + slack_nh.urlFile = config.sops.secrets."app_urls/nh_slack".path; + }; + }; snowhawk.ssh = { enable = true;