home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f1829ee57ae4b9d8771b61a73928bb3aecc19f9a
parent fb1d82aed8abdd51a8dcc80e6ec1bec57b0ac7e1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 16 Aug 2018 10:57:07 +0200

Add nix-channels :)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mbase.nix | 1+
Anix-channels | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/base.nix b/base.nix @@ -10,6 +10,7 @@ rec { path = https://github.com/vdemeester/home-manager/archive/fish-module.tar.gz; }; }; + home.file.".nix-channels".source = ./nix-channels; home.file.".tmux.conf".text = '' source-file $HOME/.config/tmux/tmux.conf set-environment -g TMUX_PLUGIN_MANAGER_PATH '$HOME/.config/tmux/plugins' diff --git a/nix-channels b/nix-channels @@ -0,0 +1 @@ +https://nixos.org/channels/nixpkgs-unstable nixpkgs+ \ No newline at end of file