Fixes for nixpkgs update
This commit is contained in:
parent
6ff0e13ed7
commit
6bf432c2fc
|
@ -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 = {
|
||||
|
|
|
@ -15,6 +15,5 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio
|
||||
qpwgraph
|
||||
easyeffects
|
||||
];
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
./pipewire.nix
|
||||
./swap.nix
|
||||
./sway.nix
|
||||
inputs.private.nixosModules.taskwarrior
|
||||
];
|
||||
|
||||
i18n = {
|
||||
|
|
Loading…
Reference in a new issue