No description
Find a file
randogoth be7ecfc0ea desktop: replace Thunar with Nautilus, add File Roller
Thunar didn't integrate cleanly with the GNOME session. Drop the
XFCE file-manager module (thunar/xfconf/exo/tumbler) and restore
Nautilus as the native file manager: un-exclude nautilus, point the
dash favorite at org.gnome.Nautilus.desktop, remove the Thunar
desktop override, and keep gvfs (moved into gnome.nix) for mounting,
trash, and network shares. Add file-roller for archive-manager
integration in Nautilus.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-23 16:15:20 +02:00
docs feat: make flox opt-in 2026-02-05 09:05:10 +02:00
hosts impernanence optional 2026-02-10 09:34:51 +02:00
modules desktop: replace Thunar with Nautilus, add File Roller 2026-07-23 16:15:20 +02:00
scripts fix(shell): let bash-preexec install last so atuin preexec fires 2026-07-11 16:13:30 +03:00
templates NUR integration 2026-02-12 07:39:10 +02:00
.gitignore Keep local host/hardware files, default hostname nanuqsaurus 2026-02-01 22:14:04 +02:00
AGENTS.md uppercase 2026-02-10 08:28:11 +02:00
agents.md added permission directive 2026-02-05 07:40:52 +02:00
flake.lock NUR integration 2026-02-12 07:39:10 +02:00
flake.nix NUR integration 2026-02-12 07:39:10 +02:00
impermanence.md impernanence optional 2026-02-10 09:34:51 +02:00
README.md refactor: make nanuqsaurus module-based; keep btrfs install profile 2026-02-04 20:53:05 +02:00

under heavy development

Use a small local wrapper flake that imports this repos profile module and keeps your machines hardware-configuration.nix for mounts/boot:

  • docs/adopt.md

Fresh install (wipes disk, uses disko)

sudo nix --experimental-features "nix-command flakes" \
  run github:nix-community/disko/latest#disko-install -- \
  --mode format \
  --flake "git+https://codeberg.org/randogoth/nanuqsaurus.git#nanuqsaurus-btrfs" \
  --disk main /dev/disk/by-id/<your-disk> \
  --mount-point /mnt