This commit is contained in:
do butterflies cry? 2026-03-22 14:45:26 +10:00
parent 9a2324c2eb
commit de45ceb4fe
Signed by: cry
GPG key ID: F68745A836CA0412
10 changed files with 8 additions and 14 deletions

View file

@ -28,7 +28,7 @@
};
matcha = {
hostname = "192.168.88.250";
user = "emile";
user = "cry";
port = 22;
identityFile = "~/keys/matcha";
};

View file

@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
vscodium ? false,
@ -20,7 +19,7 @@
homepage ? null,
changelog ? null,
license ? null,
maintainers ? [lib.maintainers.emileclarkb],
maintainers ? [],
}:
with pkgs.vscode-utils.buildVscodeMarketplaceExtension; {
${publisher}.${name} = buildVscodeMarketplaceExtension {