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