snowhawk: refactoring brave-apps
parent
c5da0ace1c
commit
17e5ad7053
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue