Config : Add .nixpkgs link.

This commit is contained in:
Dmitry Voronin 2024-10-10 04:11:11 +03:00
parent 95ad53b0d5
commit 7c5b204f74
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,4 +1,4 @@
{ self, config, ... } @args: let
{ self, inputs, config, ... } @args: let
btop = import ./btop args;
editor = import ./editorconfig args;
foot = import ./foot args;
@ -40,6 +40,10 @@ in {
".gitconfig".source = git.file;
".ideavimrc".text = jetbrains.ideavimrc;
".nix".source = self;
".nixpkgs".source = inputs.nixpkgs;
# TODO: Add after migrating to stable.
# ".nixpkgs_unstable".source = inputs.nixpkgs;
# ".nixpkgs_master".source = inputs.nixpkgs;
".parallel/will-cite".text = "";
".ssh/config".text = ssh.text;
".template".source = ./template;