sanitation@lemmy.today to memes@lemmy.world · 6 days agoIt's like shingles - you can never get rid of itlemmy.todayimagemessage-square8linkfedilinkarrow-up1332arrow-down16
arrow-up1326arrow-down1imageIt's like shingles - you can never get rid of itlemmy.todaysanitation@lemmy.today to memes@lemmy.world · 6 days agomessage-square8linkfedilink
minus-squareNoWay@lemmy.worldlinkfedilinkarrow-up29arrow-down6·6 days agoBut you can. Linux is free. Mac is pricy. Both work better that nazisoft vindows.
minus-squareBandanaBug@piefed.sociallinkfedilinkEnglisharrow-up3·6 days ago{ 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; }) ];