Update to silence nixpkgs deprecation warnings

This commit is contained in:
Haak Saxberg 2026-03-19 10:48:27 -07:00
parent ad82b2f136
commit 07cfcb7b4b
4 changed files with 21 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
with builtins; {
@ -22,6 +22,8 @@ with builtins; {
"vi-mode"
];
};
dotDir = "${config.xdg.configHome}/zsh";
};
home.file.".oh-my-zsh/custom/themes/typewritten.zsh-theme" = {