adds nix-prefetch
This commit is contained in:
parent
2a15e94d7b
commit
e7946187bc
2 changed files with 14 additions and 4 deletions
|
|
@ -48,5 +48,6 @@
|
|||
fortune
|
||||
lazygit
|
||||
tmuxinator
|
||||
nix-prefetch
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue