snowhawk: refactoring brave-apps
This commit is contained in:
parent
c5da0ace1c
commit
17e5ad7053
1 changed files with 8 additions and 6 deletions
|
@ -15,12 +15,6 @@
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
defaultPrograms.enable = true;
|
defaultPrograms.enable = true;
|
||||||
pipewire-controller.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
|
# Games
|
||||||
xivlauncher.enable = true;
|
xivlauncher.enable = true;
|
||||||
|
@ -40,6 +34,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets."app_urls/nh_slack" = { };
|
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 = {
|
snowhawk.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue