From be05c654bc22152da09f55ca7d02867029cb4381 Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 25 Apr 2023 17:25:42 +0100 Subject: [PATCH] fix pipewire, add typescript --- system/global/home.nix | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) 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 = {