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;
|
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 = {
|
||||||
|
|
|
@ -15,6 +15,5 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qpwgraph
|
qpwgraph
|
||||||
easyeffects
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./swap.nix
|
./swap.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
inputs.private.nixosModules.taskwarrior
|
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
Loading…
Reference in a new issue