x_x
This commit is contained in:
parent
9a2324c2eb
commit
de45ceb4fe
10 changed files with 8 additions and 14 deletions
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
matcha = {
|
||||
hostname = "192.168.88.250";
|
||||
user = "emile";
|
||||
user = "cry";
|
||||
port = 22;
|
||||
identityFile = "~/keys/matcha";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue