Update configuration based on new nixpkgs errors

This commit is contained in:
Haak Saxberg 2026-01-06 10:02:30 -08:00
parent e4a88cc699
commit b21c3b559b
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ beets-unstable ]; environment.systemPackages = with pkgs; [
beets
];
# If using home-manager, we could the beets settings in a more in-nix way. As # If using home-manager, we could the beets settings in a more in-nix way. As
# it is, here's the YAML that's currently on the NAS. If being serious, we # it is, here's the YAML that's currently on the NAS. If being serious, we

View file

@ -127,7 +127,7 @@ with builtins;
pkgs.replaceVars ./nvim-lspconfig.lua { pkgs.replaceVars ./nvim-lspconfig.lua {
# since both of these are used for actually configuring the system, # since both of these are used for actually configuring the system,
# we'll probably always want them around. # we'll probably always want them around.
lua_ls = pkgs.sumneko-lua-language-server; lua_ls = pkgs.lua-language-server;
nixd = pkgs.nixd; nixd = pkgs.nixd;
ts_server = pkgs.nodePackages.typescript-language-server; ts_server = pkgs.nodePackages.typescript-language-server;
diagnostic_server = pkgs.nodePackages.diagnostic-languageserver; diagnostic_server = pkgs.nodePackages.diagnostic-languageserver;

View file

@ -12,7 +12,7 @@ with builtins; {
enableCompletion = true; enableCompletion = true;
defaultKeymap = "viins"; defaultKeymap = "viins";
initExtra = readFile ./zshrc; initContent = readFile ./zshrc;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;