fix pipewire, add typescript

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

View file

@ -224,7 +224,7 @@ in
animation = fade, 1, 10,default animation = fade, 1, 10,default
animation = workspaces, 1, 3, overshot animation = workspaces, 1, 3, overshot
} }
general { general {
resize_on_border = yes resize_on_border = yes
layout = master layout = master
@ -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 = {