diff --git a/npins/sources.json b/npins/sources.json index d35ce89..ce63f07 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -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 diff --git a/zsh.nix b/zsh.nix index eb8234c..85cc296 100644 --- a/zsh.nix +++ b/zsh.nix @@ -10,6 +10,6 @@ autosuggestion.enable = false; enableCompletion = true; enableVteIntegration = true; - initExtra = (builtins.readFile ./rcfiles/zshrc); + initContent = (builtins.readFile ./rcfiles/zshrc); }; }