fix pipewire, add typescript

This commit is contained in:
Tristan 2023-04-25 17:25:42 +01:00
parent bf413ef00e
commit be05c654bc

View file

@ -548,6 +548,13 @@ in
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 = {
snapclient = {
Unit = {