Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/components/widgets/Features.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ const items = [
'Choose from KDE Plasma, GNOME, COSMIC, Hyprland, Sway, Niri, i3, XFCE, and more. Pick your preferred environment during installation — every option is fully supported out of the box.',
icon: 'tabler:rocket',
},
{
title: 'Automatic GPU Driver Setup',
description:
'NVIDIA, AMD, and Intel GPU drivers are automatically detected and installed during setup. NVIDIA users get precompiled kernel modules with no DKMS builds needed — just install and go.',
icon: 'tabler:device-desktop',
},
{
title: 'Filesystem Flexibility & Snapshots',
description:
'Choose from Btrfs, ext4, XFS, or ZFS at install time. Btrfs setups include automatic Snapper snapshots, so you can roll back any update in seconds.',
icon: 'tabler:database',
},
];
---

Expand Down