Update to silence nixpkgs deprecation warnings
This commit is contained in:
parent
ad82b2f136
commit
07cfcb7b4b
4 changed files with 21 additions and 12 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue