Commit f1829ee57ae4
Changed files (2)
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'
nix-channels
@@ -0,0 +1,1 @@
+https://nixos.org/channels/nixpkgs-unstable nixpkgs
\ No newline at end of file