diff --git a/homes/x86_64-linux/kb@LANA9Z/default.nix b/homes/x86_64-linux/kb@LANA9Z/default.nix index 2df6336..87a8948 100644 --- a/homes/x86_64-linux/kb@LANA9Z/default.nix +++ b/homes/x86_64-linux/kb@LANA9Z/default.nix @@ -26,6 +26,7 @@ in { libreoffice logseq kmymoney + brave # Security gnupg keepassxc @@ -47,6 +48,7 @@ in { # Messengers element-desktop # Matrix Client signal-desktop + deltachat-desktop webcord # Customization firefoxpwa @@ -62,6 +64,7 @@ in { yazi # File Management taskwarrior3 # Task Manager zk # Notetaking + helix # IDE parted ]; diff --git a/systems/x86_64-linux/LANA9Z/default.nix b/systems/x86_64-linux/LANA9Z/default.nix index f5e3347..bdbf3e5 100644 --- a/systems/x86_64-linux/LANA9Z/default.nix +++ b/systems/x86_64-linux/LANA9Z/default.nix @@ -36,6 +36,9 @@ # Allow KDE Connect Ports networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }]; networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }]; + # Allow Minecraft Ports + #networking.firewall.allowedTCPPorts = [ 25565 19132 ]; + #networking.firewall.allowedUDPPorts = [ 25565 19132 ]; # Enable Bluetooth hardware.bluetooth.enable = true; # enables support for Bluetooth @@ -80,6 +83,12 @@ # Enable SSH-Agent programs.ssh.startAgent = true; + # Enable LanguageTool Server + services.languagetool = { + enable = true; + allowOrigin = "*"; + }; + # Enable sound with pipewire. hardware.pulseaudio.enable = false; security.rtkit.enable = true;