sanitation@lemmy.today to memes@lemmy.world · 5 days agoIt's like shingles - you can never get rid of itlemmy.todayimagemessage-square9linkfedilinkarrow-up1330arrow-down17
arrow-up1323arrow-down1imageIt's like shingles - you can never get rid of itlemmy.todaysanitation@lemmy.today to memes@lemmy.world · 5 days agomessage-square9linkfedilink
minus-squareBandanaBug@piefed.sociallinkfedilinkEnglisharrow-up3·4 days ago{ config, pkgs, … }: { environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];
{ config, pkgs, … }:
{ environment.systemPackages = with pkgs; [ (buildMicrosoftCopilot { enable = true; package = pkgs.microsoft-copilot; }) ];