Linux user repurposes System76 laptop into distraction-free 'writerdeck'
A dedicated minimal computing device utilises neovim, tmux, and Syncthing to eliminate digital noise and boost productivity.
A Linux enthusiast has transformed a six-year-old System76 Galago Pro laptop into a dedicated writing tool, dubbed the 'writerdeck', to combat digital distraction. By installing a console-only version of Debian Trixie, the user has stripped away graphical user interfaces and web browsers, creating an environment focused solely on text production. This approach aligns with the broader 'minimal computing' movement, which advocates for hardware and software configurations that limit functionality to specific tasks to enhance productivity and intentionality.
The System76 Galago Pro was selected for its strong Linux compatibility and excellent keyboard, features the author deemed essential for long writing sessions. The device runs Debian Trixie, the current testing branch of Debian Linux, using a text-based installer to remove all desktop features. Full-disk encryption was skipped as the device contains no private data, though the author noted they might consider LUKS encryption in the future if sensitive notes were to be stored locally.
Key software installed includes neovim for text editing, configured with the 'blue' colourscheme and vimwiki for note-taking. The user also installed kmscon from Debian backports to enable scalable fonts and support for more than 16 colours in the terminal. For session management, tmux is used to display battery status via acpi and screen brightness controls via light, bound to function keys for easy access.
Wi-Fi connectivity is managed through network-manager, utilising the curses-based tool nm-tui for easier configuration without a desktop environment. The setup is configured for automatic login via a modified systemd service for [email protected], allowing the user to open the device and immediately begin writing. Content synchronises via Syncthing to a separate server, with the web GUI accessible without a desktop browser by listening on all addresses.
The author has used the device for one week to write a blog post and video scripts, reporting that the lack of internet distractions has fostered more intentional writing habits. The project demonstrates how repurposing older hardware with a minimal software stack can create a focused workspace, avoiding the notifications and conveniences of modern operating systems that often hinder deep work.


