<p><pre><code> systemctl enable gdm.service
systemctl start gdm.service
</code></pre>
can be combined in one command:<p><pre><code> systemctl enable --now gdm.service</code></pre>
<a href="https://wiki.archlinux.org/title/Framework_Laptop_13" rel="nofollow noreferrer">https://wiki.archlinux.org/title/Framework_Laptop_13</a><p>In case those that didn't know, the FW laptop is so popular amongst Arch users that it has its own dedicated Wiki page (and thread on the Framework discus)
I wrote an article about using Arch Linux with the (new, probably as valid for older ones) Framework Laptop 13. Should prove useful to any Linux-running peeps in any case!
Over the years I have scripted my arch linux setup. <a href="https://github.com/prabirshrestha/simple-arch-installer">https://github.com/prabirshrestha/simple-arch-installer</a>