core: move into subdir
This commit is contained in:
parent
c8e3177373
commit
c09d867f11
|
@ -7,7 +7,7 @@ in
|
|||
|
||||
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
|
||||
imports = [ ../local/locale.nix ];
|
||||
imports = [ ../../local/locale.nix ];
|
||||
|
||||
environment = {
|
||||
|
||||
|
@ -34,7 +34,7 @@ in
|
|||
shellInit = ''
|
||||
export STARSHIP_CONFIG=${
|
||||
pkgs.writeText "starship.toml"
|
||||
(fileContents ./develop/zsh/starship.toml)
|
||||
(fileContents ./starship.toml)
|
||||
}
|
||||
'';
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[
|
||||
./core.nix
|
||||
./core
|
||||
./develop
|
||||
./develop/kakoune
|
||||
./develop/tmux
|
||||
|
|
Loading…
Reference in a new issue