Mistiy@lemmy.zip to linuxmemes@lemmy.world · 1 month agoI'm sorrylemmy.zipexternal-linkmessage-square62linkfedilinkarrow-up1271arrow-down130file-text
arrow-up1241arrow-down1external-linkI'm sorrylemmy.zipMistiy@lemmy.zip to linuxmemes@lemmy.world · 1 month agomessage-square62linkfedilinkfile-text
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up2·1 month agoHere’s how you install Gnome in nixos services.desktopManager.gnome.enable = true; Here’s how you also install gdm services.displayManager.gdm.enable = true;
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·1 month agoAnd on Arch: doas pacman -S gnome gdm 😊
Here’s how you install Gnome in nixos
Here’s how you also install gdm
And on Arch:
doas pacman -S gnome gdm😊