• NoWay
    link
    fedilink
    arrow-up
    29
    arrow-down
    6
    ·
    24 days ago

    But you can. Linux is free. Mac is pricy. Both work better that nazisoft vindows.

      • loo
        link
        fedilink
        English
        arrow-up
        5
        ·
        24 days ago

        sudo pacman -S copilot

        • BandanaBug@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          24 days ago

          { config, pkgs, … }:

          { environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];