fix pipewire, add typescript
This commit is contained in:
parent
bf413ef00e
commit
be05c654bc
1 changed files with 8 additions and 14 deletions
|
|
@ -548,6 +548,13 @@ in
|
||||||
command = "${pkgs.gopls}/bin/gopls";
|
command = "${pkgs.gopls}/bin/gopls";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "typescript";
|
||||||
|
auto-format = true;
|
||||||
|
language-server = {
|
||||||
|
command = "${pkgs.nodePackages.typescript-language-server}/bin/typescript-language-server";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -782,19 +789,6 @@ color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
home.file.".config/pipewire/pipewire.conf.d/tunnel.conf".text = ''
|
|
||||||
context.modules = [
|
|
||||||
{
|
|
||||||
name = module-native-protocol-tcp
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name = module-zeroconf-publish
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name = module-zeroconf-discover
|
|
||||||
}
|
|
||||||
]
|
|
||||||
'';
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
snapclient = {
|
snapclient = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue