fix paths
This commit is contained in:
parent
5aa96258b4
commit
ec99de2088
|
|
@ -8,7 +8,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
stdlib = builtins.readFile ../../configs/direnv/stdlib.sh;
|
stdlib = builtins.readFile ../../../configs/direnv/stdlib.sh;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,10 @@
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
".config/lf/icons" = {
|
".config/lf/icons" = {
|
||||||
source = ../../configs/lf/icons;
|
source = ../../../configs/lf/icons;
|
||||||
};
|
};
|
||||||
".config/lf/colors" = {
|
".config/lf/colors" = {
|
||||||
source = ../../configs/lf/colors;
|
source = ../../../configs/lf/colors;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
let
|
let
|
||||||
localLib = pkgs.callPackage ../../lib { };
|
localLib = pkgs.callPackage ../../../lib { };
|
||||||
catppuccin = pkgs.callPackage ../../pkgs/tmuxPlugins/catppuccin.nix {
|
catppuccin = pkgs.callPackage ../../../pkgs/tmuxPlugins/catppuccin.nix {
|
||||||
inherit localLib;
|
inherit localLib;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
j = "z";
|
j = "z";
|
||||||
ji = "zi";
|
ji = "zi";
|
||||||
};
|
};
|
||||||
initExtra = builtins.readFile ../../configs/zsh/zshrc.zsh;
|
initExtra = builtins.readFile ../../../configs/zsh/zshrc.zsh;
|
||||||
completionInit = ''
|
completionInit = ''
|
||||||
autoload -U compinit bashcompinit
|
autoload -U compinit bashcompinit
|
||||||
compinit
|
compinit
|
||||||
|
|
|
||||||
Reference in New Issue