No description
Tracking nixos-26.05 moved GNOME Shell from 49 to 50, and the shell hard-disables any extension whose metadata.json shell-version array lacks the running major. Two enabled extensions were left OUT OF DATE, for different reasons: - logomenu@aryan_k was pinned to the v38 zip only because the custom-menu patch was written against v38. nixpkgs 26.05 already ships v41, which supports shell 50, and the patch applies to it cleanly. Drop the version/src pin and keep the override patch-only. - all-in-one-clipboard is still packaged as v19 (shell <=49) on the nixos-26.05 branch; the shell-50 build (v30) landed in unstable and was never backported. Pin src to the v30 zip until it is. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ABzc7ivGbjKRCASa8uEkjd |
||
|---|---|---|
| docs | ||
| hosts | ||
| modules | ||
| scripts | ||
| templates | ||
| .gitignore | ||
| AGENTS.md | ||
| flake.lock | ||
| flake.nix | ||
| impermanence.md | ||
| laptop.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