NixOS Desktops
NixOS Desktop — GNOME
GNOME on NixOS, declarative and de-cluttered — dconf and extensions in code.
The GNOME take on the declarative desktop: GDM into a cleaned-up GNOME with the default-app clutter excluded, dconf settings and a few extensions managed by home-manager. The same flake shape as its Hyprland and Plasma siblings.
What's inside
- Flake with nixpkgs + home-manager inputs
- GNOME with default-app clutter excluded
- dconf settings managed declaratively
- Extensions via home-manager
- Pipewire audio, fonts handled
- Hardware config stub + regeneration notes
Quickstart
$ curl -LO https://devai.io/downloads/nixos-gnome.zip$ unzip nixos-gnome.zip && cd nixos-gnome$ # review README, replace hardware-configuration.nix$ sudo nixos-rebuild switch --flake .#desktop
about this series
Distilled from the NixOS configs running the devai fleet's own desktops.