mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[PR #79] [MERGED] feat: add nix flake installation #111
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (1)
de779e0feat: 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.nixto provide a reproducible and easy installation of the Islands Dark theme for Nix/NixOS users.Changes:
islands-darkextension, 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.EROFS: read-only file systemerrors on NixOS (not using the custom ui extension).settings.jsonon the first run.README.mdwith Nix installation instructions.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.