Update npins

- use initContent instead of initExtra for zsh (deprecation)
This commit is contained in:
Leonora Tindall 2025-07-03 09:34:22 -05:00
parent e1086adf27
commit 4c6d420648
2 changed files with 6 additions and 6 deletions

View File

@ -8,9 +8,9 @@
"repo": "home-manager"
},
"branch": "master",
"revision": "d963ed335b890a70ed53eecf14cdb21528eda9b8",
"url": "https://github.com/nix-community/home-manager/archive/d963ed335b890a70ed53eecf14cdb21528eda9b8.tar.gz",
"hash": "1lmgp4snkskqmvgdbc8wgxjm6fv7can3gjdmmdd6q09vfda63vhi"
"revision": "ff31a4677c1a8ae506aa7e003a3dba08cb203f82",
"url": "https://github.com/nix-community/home-manager/archive/ff31a4677c1a8ae506aa7e003a3dba08cb203f82.tar.gz",
"hash": "1kjrgi2gyghzqdazw2cbyfbb73c8kw7491b2bnc5c24nkrr84c0d"
},
"nixgl": {
"type": "Git",
@ -27,8 +27,8 @@
"nixpkgs": {
"type": "Channel",
"name": "nixos-unstable",
"url": "https://releases.nixos.org/nixos/unstable/nixos-25.05beta745286.9d3ae807ebd2/nixexprs.tar.xz",
"hash": "01n74f9kan5z6bbkkal0mzfbb259iy3hb7m22v8vld99wbpvbypn"
"url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre820697.4b1164c3215f/nixexprs.tar.xz",
"hash": "1hmdygnnhcwsk6d801b4hjgik8kk1345lx183cb7hvwpa9vizcbm"
}
},
"version": 3

View File

@ -10,6 +10,6 @@
autosuggestion.enable = false;
enableCompletion = true;
enableVteIntegration = true;
initExtra = (builtins.readFile ./rcfiles/zshrc);
initContent = (builtins.readFile ./rcfiles/zshrc);
};
}