snowhawk: refactoring brave-apps

sh-initrd-on-root
Zynh Ludwig 2024-10-06 06:47:27 -07:00
parent c5da0ace1c
commit 17e5ad7053
1 changed files with 8 additions and 6 deletions

View File

@ -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;