[feat] Search nixpkgs unstable by default

This commit is contained in:
uttarayan21
2024-03-05 19:05:28 +05:30
parent f60e4a5165
commit cf4478d722
2 changed files with 24 additions and 27 deletions

View File

@@ -9,8 +9,7 @@ let
tmux popup -d '#{pane_current_path}' -xC -yC -w$width -h$height -E "tmux attach -t scratch || tmux new -s scratch"
fi
'';
in
{
in {
programs.tmux = {
enable = true;
shell = "${pkgs.nushellFull}/bin/nu";