Mistiy@lemmy.zip to linuxmemes@lemmy.world · 1 month agoI'm sorrylemmy.zipexternal-linkmessage-square60linkfedilinkarrow-up1261arrow-down128file-text
arrow-up1233arrow-down1external-linkI'm sorrylemmy.zipMistiy@lemmy.zip to linuxmemes@lemmy.world · 1 month agomessage-square60linkfedilinkfile-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😊