Removed npins
I can use flake's inputs features (I just have to mark the stuff I'm replacing with `flake = false`).
This commit is contained in:
parent
28035db14c
commit
2fc87419ac
7 changed files with 90 additions and 150 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
|
@ -8,7 +9,6 @@
|
|||
inherit (lib) mkEnableOption;
|
||||
inherit (pkgs) tmuxPlugins;
|
||||
|
||||
sources = import ../../../../npins;
|
||||
cfg = config.${namespace}.apps.tmux;
|
||||
in {
|
||||
options.${namespace}.apps.tmux = {
|
||||
|
@ -47,7 +47,7 @@ in {
|
|||
{
|
||||
pluginName = "tmux-nerd-font-window-name";
|
||||
version = "2.1.1";
|
||||
src = sources.tmux-nerd-font-window-name;
|
||||
src = inputs.tmux-nerd-font-window-name;
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
rtpFilePath = "tmux-nerd-font-window-name.tmux";
|
||||
postInstall = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue