From 6bf432c2fc1297b0036c35b2afc852142c0867a7 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sat, 17 Aug 2024 04:25:01 +0000 Subject: [PATCH] Fixes for nixpkgs update --- sets/nvim.nix | 1 - sets/pipewire.nix | 1 - sets/workstation.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/sets/nvim.nix b/sets/nvim.nix index 4a69d1d..204ad52 100644 --- a/sets/nvim.nix +++ b/sets/nvim.nix @@ -82,7 +82,6 @@ lib.setAttrByPath setPath ( pylsp.enable = cfg.plugins.lsp.enable; texlab.enable = cfg.plugins.lsp.enable; tsserver.enable = cfg.plugins.lsp.enable; - typst-lsp.enable = cfg.plugins.lsp.enable; }; keymaps = { diff --git a/sets/pipewire.nix b/sets/pipewire.nix index 6c7c8a2..01b4e6f 100644 --- a/sets/pipewire.nix +++ b/sets/pipewire.nix @@ -15,6 +15,5 @@ environment.systemPackages = with pkgs; [ pulseaudio qpwgraph - easyeffects ]; } diff --git a/sets/workstation.nix b/sets/workstation.nix index fc53986..0cf0cdf 100644 --- a/sets/workstation.nix +++ b/sets/workstation.nix @@ -18,7 +18,6 @@ ./pipewire.nix ./swap.nix ./sway.nix - inputs.private.nixosModules.taskwarrior ]; i18n = {