sanitation@lemmy.today to memes@lemmy.world · 2 天前It's like shingles - you can never get rid of itlemmy.todayimagemessage-square9fedilinkarrow-up1323
arrow-up1323imageIt's like shingles - you can never get rid of itlemmy.todaysanitation@lemmy.today to memes@lemmy.world · 2 天前message-square9fedilink
minus-squareNoWay@lemmy.worldlinkfedilinkarrow-up29·2 天前But you can. Linux is free. Mac is pricy. Both work better that nazisoft vindows.
minus-squareBandanaBug@piefed.sociallinkfedilinkEnglisharrow-up3·edit-22 天前{ config, pkgs, … }: { environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];
But you can. Linux is free. Mac is pricy. Both work better that nazisoft vindows.
Sudo apt install copilot
sudo pacman -S copilot
{ config, pkgs, … }:
{ environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];