mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: vscode, firefox changes
This commit is contained in:
parent
78d83cd757
commit
9ded484993
9 changed files with 49 additions and 21 deletions
19
packages/outrun.nix
Normal file
19
packages/outrun.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "outrun";
|
||||
publisher = "samrapdev";
|
||||
version = "0.2.2";
|
||||
hash = "sha256-d0LPpUQbz9g9Scv24oS13vQ0X4lA35unRBgRWM+G+5s=";
|
||||
};
|
||||
meta = {
|
||||
description = "A theme for VS Code inspired by the colors, style, and culture of the synthwave music scene.";
|
||||
homepage = "https://github.com/samrap/outrun-theme-vscode";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=samrapdev.outrun";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [pandapip1];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue