Update npins
- use initContent instead of initExtra for zsh (deprecation)
This commit is contained in:
parent
e1086adf27
commit
4c6d420648
|
@ -8,9 +8,9 @@
|
||||||
"repo": "home-manager"
|
"repo": "home-manager"
|
||||||
},
|
},
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"revision": "d963ed335b890a70ed53eecf14cdb21528eda9b8",
|
"revision": "ff31a4677c1a8ae506aa7e003a3dba08cb203f82",
|
||||||
"url": "https://github.com/nix-community/home-manager/archive/d963ed335b890a70ed53eecf14cdb21528eda9b8.tar.gz",
|
"url": "https://github.com/nix-community/home-manager/archive/ff31a4677c1a8ae506aa7e003a3dba08cb203f82.tar.gz",
|
||||||
"hash": "1lmgp4snkskqmvgdbc8wgxjm6fv7can3gjdmmdd6q09vfda63vhi"
|
"hash": "1kjrgi2gyghzqdazw2cbyfbb73c8kw7491b2bnc5c24nkrr84c0d"
|
||||||
},
|
},
|
||||||
"nixgl": {
|
"nixgl": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"type": "Channel",
|
"type": "Channel",
|
||||||
"name": "nixos-unstable",
|
"name": "nixos-unstable",
|
||||||
"url": "https://releases.nixos.org/nixos/unstable/nixos-25.05beta745286.9d3ae807ebd2/nixexprs.tar.xz",
|
"url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre820697.4b1164c3215f/nixexprs.tar.xz",
|
||||||
"hash": "01n74f9kan5z6bbkkal0mzfbb259iy3hb7m22v8vld99wbpvbypn"
|
"hash": "1hmdygnnhcwsk6d801b4hjgik8kk1345lx183cb7hvwpa9vizcbm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
2
zsh.nix
2
zsh.nix
|
@ -10,6 +10,6 @@
|
||||||
autosuggestion.enable = false;
|
autosuggestion.enable = false;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
initExtra = (builtins.readFile ./rcfiles/zshrc);
|
initContent = (builtins.readFile ./rcfiles/zshrc);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue