From 883f59f473c8577e39ab4142e55c27d678a60d33 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Wed, 12 Aug 2026 16:38:28 +0700 Subject: upd --- nixos/modules/features/browsers/default.nix | 3 ++- nixos/modules/features/cli-tools/default.nix | 2 -- nixos/modules/features/fonts/default.nix | 2 ++ nixos/modules/features/niri/default.nix | 1 + nixos/modules/features/vpn-utils/default.nix | 4 +++- 5 files changed, 8 insertions(+), 4 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/features/browsers/default.nix b/nixos/modules/features/browsers/default.nix index 2551221..620734c 100644 --- a/nixos/modules/features/browsers/default.nix +++ b/nixos/modules/features/browsers/default.nix @@ -3,7 +3,8 @@ { environment.systemPackages = with pkgs; [ inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium - librewolf chromium + tor-browser + mullvad-browser ]; } diff --git a/nixos/modules/features/cli-tools/default.nix b/nixos/modules/features/cli-tools/default.nix index c2ee448..55237c4 100644 --- a/nixos/modules/features/cli-tools/default.nix +++ b/nixos/modules/features/cli-tools/default.nix @@ -16,8 +16,6 @@ caligula fetch smartmontools - amneziawg-tools - amneziawg-go secretspec claude-code opencode diff --git a/nixos/modules/features/fonts/default.nix b/nixos/modules/features/fonts/default.nix index 3506c32..c49876c 100644 --- a/nixos/modules/features/fonts/default.nix +++ b/nixos/modules/features/fonts/default.nix @@ -14,5 +14,7 @@ adwaita-fonts cozette roboto + nerd-fonts.open-dyslexic + open-dyslexic ]; } diff --git a/nixos/modules/features/niri/default.nix b/nixos/modules/features/niri/default.nix index 75a7a31..8c1a651 100644 --- a/nixos/modules/features/niri/default.nix +++ b/nixos/modules/features/niri/default.nix @@ -11,6 +11,7 @@ environment.systemPackages = with pkgs; [ adwaita-icon-theme bibata-cursors + hicolor-icon-theme # Shows polkit authentication dialogs as a layer-shell popup. hyprpolkitagent diff --git a/nixos/modules/features/vpn-utils/default.nix b/nixos/modules/features/vpn-utils/default.nix index 91f2594..ed5bb8d 100644 --- a/nixos/modules/features/vpn-utils/default.nix +++ b/nixos/modules/features/vpn-utils/default.nix @@ -10,6 +10,8 @@ environment.systemPackages = with pkgs; [ wireguard-tools + amneziawg-tools + amneziawg-go ]; # Throne's sing-box core resolves its underlying DNS by running @@ -28,4 +30,4 @@ ''; } ]; -} \ No newline at end of file +} -- cgit v1.2.3