[PR #79] [MERGED] feat: add nix flake installation #111

Closed
opened 2026-05-06 13:13:24 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/bwya77/vscode-dark-islands/pull/79
Author: @thtrf
Created: 2/20/2026
Status: Merged
Merged: 2/25/2026
Merged by: @bwya77

Base: mainHead: main


📝 Commits (1)

  • de779e0 feat: add nix flake installation

📊 Changes

4 files changed (+262 additions, -0 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+30 -0)
flake.lock (+61 -0)
flake.nix (+170 -0)

📄 Description

Add Nix Flake support

This PR adds a flake.nix to provide a reproducible and easy installation of the Islands Dark theme for Nix/NixOS users.

Changes:

  • Packages the local islands-dark extension, required fonts (Bear Sans UI, IBM Plex Mono, FiraCode Nerd Font), and recommended marketplace extensions (Custom UI Style, Seti Folder) into a custom VS Code/VSCodium derivation.
  • Injects the custom CSS at build time to bypass EROFS: read-only file system errors on NixOS (not using the custom ui extension).
  • Includes a wrapper script to automatically apply the recommended settings.json on the first run.
  • Updated README.md with Nix installation instructions.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bwya77/vscode-dark-islands/pull/79 **Author:** [@thtrf](https://github.com/thtrf) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@bwya77](https://github.com/bwya77) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`de779e0`](https://github.com/bwya77/vscode-dark-islands/commit/de779e0ef85bf5cf69a048f793d078e66c0a112a) feat: add nix flake installation ### 📊 Changes **4 files changed** (+262 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+30 -0) ➕ `flake.lock` (+61 -0) ➕ `flake.nix` (+170 -0) </details> ### 📄 Description ### Add Nix Flake support This PR adds a `flake.nix` to provide a reproducible and easy installation of the Islands Dark theme for Nix/NixOS users. **Changes:** - Packages the local `islands-dark` extension, required fonts (Bear Sans UI, IBM Plex Mono, FiraCode Nerd Font), and recommended marketplace extensions (Custom UI Style, Seti Folder) into a custom VS Code/VSCodium derivation. - Injects the custom CSS at build time to bypass `EROFS: read-only file system` errors on NixOS (not using the custom ui extension). - Includes a wrapper script to automatically apply the recommended `settings.json` on the first run. - Updated `README.md` with Nix installation instructions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:13:24 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#111
No description provided.