diff --git a/system/global/home.nix b/system/global/home.nix index 709c985..b8ef1e3 100644 --- a/system/global/home.nix +++ b/system/global/home.nix @@ -224,7 +224,7 @@ in animation = fade, 1, 10,default animation = workspaces, 1, 3, overshot } - + general { resize_on_border = yes layout = master @@ -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 = {