feat: add 'comms' module
This commit is contained in:
@@ -12,6 +12,7 @@ in
|
||||
{
|
||||
imports = [
|
||||
../../modules/cloud
|
||||
../../modules/comms
|
||||
../../modules/desktop/niri
|
||||
../../modules/3d
|
||||
../../modules/git
|
||||
@@ -37,6 +38,7 @@ in
|
||||
|
||||
browser.primary = "librewolf";
|
||||
cloud.hetzner.enable = true;
|
||||
comms.signal.enable = true;
|
||||
github.enable = true;
|
||||
|
||||
shell.bash = {
|
||||
|
||||
@@ -12,6 +12,7 @@ in
|
||||
../../modules/ai-tools.nix
|
||||
../../modules/anki.nix
|
||||
../../modules/cloud
|
||||
../../modules/comms
|
||||
../../modules/desktop/niri
|
||||
../../modules/git
|
||||
../../modules/k9s.nix
|
||||
@@ -34,6 +35,7 @@ in
|
||||
|
||||
browser.primary = "librewolf";
|
||||
cloud.hetzner.enable = true;
|
||||
comms.signal.enable = true;
|
||||
github.enable = true;
|
||||
|
||||
shell.bash = {
|
||||
|
||||
@@ -22,7 +22,6 @@ with pkgs;
|
||||
pnpm
|
||||
python3
|
||||
ripgrep
|
||||
signal-desktop
|
||||
silver-searcher
|
||||
sops
|
||||
sshfs
|
||||
|
||||
@@ -13,6 +13,7 @@ in
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
../../modules/ai-tools.nix
|
||||
../../modules/cloud
|
||||
../../modules/comms
|
||||
../../modules/dconf.nix
|
||||
../../modules/git
|
||||
../../modules/k9s.nix
|
||||
@@ -61,6 +62,8 @@ in
|
||||
browser.primary = "firefox";
|
||||
browser.secondary = "chromium";
|
||||
cloud.azure.enable = true;
|
||||
comms.signal.enable = true;
|
||||
comms.teams.enable = true;
|
||||
github.enable = true;
|
||||
gitlab.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user