Fixes for nixpkgs update

This commit is contained in:
Artemis Tosini 2024-08-17 04:25:01 +00:00
parent 6ff0e13ed7
commit 6bf432c2fc
Signed by: artemist
SSH key fingerprint: SHA256:w028LIB8Jqsri7H2uJ7RimKalF++o2LsV9iqq2QMpSE
3 changed files with 0 additions and 3 deletions

View file

@ -82,7 +82,6 @@ lib.setAttrByPath setPath (
pylsp.enable = cfg.plugins.lsp.enable; pylsp.enable = cfg.plugins.lsp.enable;
texlab.enable = cfg.plugins.lsp.enable; texlab.enable = cfg.plugins.lsp.enable;
tsserver.enable = cfg.plugins.lsp.enable; tsserver.enable = cfg.plugins.lsp.enable;
typst-lsp.enable = cfg.plugins.lsp.enable;
}; };
keymaps = { keymaps = {

View file

@ -15,6 +15,5 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pulseaudio pulseaudio
qpwgraph qpwgraph
easyeffects
]; ];
} }

View file

@ -18,7 +18,6 @@
./pipewire.nix ./pipewire.nix
./swap.nix ./swap.nix
./sway.nix ./sway.nix
inputs.private.nixosModules.taskwarrior
]; ];
i18n = { i18n = {