No description
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> |
||
|---|---|---|
| docs | ||
| hosts | ||
| modules | ||
| scripts | ||
| templates | ||
| .gitignore | ||
| AGENTS.md | ||
| agents.md | ||
| flake.lock | ||
| flake.nix | ||
| impermanence.md | ||
| README.md | ||
under heavy development
Adopt on an existing NixOS install (recommended)
Use a small local wrapper flake that imports this repo’s profile module and keeps
your machine’s 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