diff --git a/docs/alpine-desktop-setup/index.md b/docs/alpine-desktop-setup/index.md index 2845534..3d97d84 100644 --- a/docs/alpine-desktop-setup/index.md +++ b/docs/alpine-desktop-setup/index.md @@ -1,3 +1,5 @@ # An Alpine Linux desktop installation This guide will demonstrate how to install [Alpine Linux](https://www.alpinelinux.org/) as a desktop with encryption, secureboot and a graphical wayland session using wayfire. Alpine Linux makes a perfect base for those who want a minimal, simple and secure Linux installation. This installation will also make heavy use of [Nix](https://nixos.org/) and [Home-manager](https://github.com/nix-community/home-manager) which allows for easy deployment and user independent packages. Check out the [Alpine Linux wiki](https://wiki.alpinelinux.org/wiki/Main_Page) for additional resources and information. + +> Do note that all this documentation is focused on the `x86_64` architecture.