sanitation@lemmy.today to memes@lemmy.world · 3 days agoIt's like shingles - you can never get rid of itlemmy.todayimagemessage-square9fedilinkarrow-up1325arrow-down16
arrow-up1319arrow-down1imageIt's like shingles - you can never get rid of itlemmy.todaysanitation@lemmy.today to memes@lemmy.world · 3 days agomessage-square9fedilink
minus-squareBandanaBug@piefed.sociallinkfedilinkEnglisharrow-up3·edit-22 days ago{ config, pkgs, … }: { environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];
sudo pacman -S copilot
{ config, pkgs, … }:
{ environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];