core: move into subdir

This commit is contained in:
Timothy DeHerrera 2020-08-02 14:50:05 -06:00
parent c8e3177373
commit c09d867f11
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ in
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
imports = [ ../local/locale.nix ]; imports = [ ../../local/locale.nix ];
environment = { environment = {
@ -34,7 +34,7 @@ in
shellInit = '' shellInit = ''
export STARSHIP_CONFIG=${ export STARSHIP_CONFIG=${
pkgs.writeText "starship.toml" pkgs.writeText "starship.toml"
(fileContents ./develop/zsh/starship.toml) (fileContents ./starship.toml)
} }
''; '';

View File

@ -1,5 +1,5 @@
[ [
./core.nix ./core
./develop ./develop
./develop/kakoune ./develop/kakoune
./develop/tmux ./develop/tmux