diff --git a/modules/hosts/nixos/rainbow-planet/default.nix b/modules/hosts/nixos/rainbow-planet/default.nix index 6dca188..30f1099 100644 --- a/modules/hosts/nixos/rainbow-planet/default.nix +++ b/modules/hosts/nixos/rainbow-planet/default.nix @@ -29,6 +29,7 @@ brightnessctl butane caligula + chirp cilium-cli displaylink filezilla @@ -42,6 +43,7 @@ kubernetes-helm kubeseal mediawriter + mqtt-explorer mumble networkmanager-openvpn nodejs @@ -93,6 +95,8 @@ ssh.askPassword = "ssh-askpass"; + thunderbird.enable = true; + # common programs that really should be in another file # required for setting to be picked up by xfce4-terminal xfconf.enable = true; @@ -114,6 +118,7 @@ enable = true; packages = [ "com.blockstream.Green" + "com.discordapp.Discord" ]; }; fstrim.enable = true;