• 1 Post
  • 1 Comment
Joined 9 months ago
cake
Cake day: August 15th, 2025

help-circle
  • Pamboo@piefed.socialOPtoNix / NixOS@programming.devNew to Nix
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    Do you mean that this command nix-env -iA nixpkgs is not recommended ? For what reason ? If it’s not recommended, how do I uninstall an app that I installed packaged with nix-env ? Then I add a configuration.nix with this command kate /etc/nixos/configuration.nix , then I copy and paste

      environment.systemPackages = [
        pkgs.mullvad-vpn
      ];
    

    is it correct ? Because I don’t have a “nixos” folder in my /etc/. After creating a .nix configuration for a Mullvad package, how do I install this app ? I have already executed this command nix-shell -p mullvad-vpn before but it gives a result

    Error: Management RPC server or client error  
    
    Caused by:  
             0:   transport error  
             1:   No such file or directory (os error 2)  
             2:   No such file or directory (os error 2)