From e2235667d788bc6ff50e2c2b3c9eeea73186b207 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 7 Mar 2026 08:56:18 -0500 Subject: [PATCH] arr --- configuration.nix | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1e9a4bd..70dadd0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -290,6 +290,9 @@ patchelf # make programs understand nix. good for downloaded executables such as crackmes starsector # support indie games! htop + mullvad-vpn # arrr + qbittorrent # arrr + mpv # arrr ]; }; @@ -326,13 +329,12 @@ powerOnBoot = true; }; - networking.networkmanager = { - enable = true; - # This is the critical line that fixes your error - plugins = with pkgs; [ - networkmanager-openvpn - ]; - }; + # networking.networkmanager = { + # enable = true; + # plugins = with pkgs; [ + # networkmanager-openvpn # for htb + # ]; + # }; services.ollama = { enable = false; @@ -356,9 +358,14 @@ services.displayManager.sddm.enable = true; # Enable display manager services.displayManager.sddm.wayland.enable = true; # Wayland - hyprland + services.mullvad-vpn.package = pkgs.mullvad-vpn; # arr + services.resolved.enable = true; # for mullvad + programs.ssh.startAgent = true; # Enable SSH tools programs.thunar.enable = true; # file manager + virtualisation.waydroid.enable = true; # android :0 + nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" @@ -417,5 +424,4 @@ # # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . system.stateVersion = "25.11"; # Did you read the comment? -} - +} \ No newline at end of file