adds nix-prefetch

This commit is contained in:
Dennis 2026-01-22 08:35:11 +01:00
parent 2a15e94d7b
commit e7946187bc
2 changed files with 14 additions and 4 deletions

View file

@ -48,5 +48,6 @@
fortune
lazygit
tmuxinator
nix-prefetch
];
}

View file

@ -1,7 +1,16 @@
{
pkgs,
...
}:
{ config, pkgs, ... }:
# let
# tmux-current-pane-hostname = pkgs.tmuxPlugin.mkTmuxPlugin {
# pluginName = "tmux-current-pane-hostname";
# version = "1.0";
# src = pkgs.fetchFromGitHub {
# owner = "soyuka";
# repo = "tmux-current-pane-hostname";
# rev = "29dad92c8a2486e5b6f116e42883906c00a1f0a2";
# sha256 = "sha256-ymmCI6VYvf94Ot7h2GAboTRBXPIREP+EB33+px5aaJk=";
# };
# };
# in
{
programs.tmux = {