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" ];
|
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)
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
[
|
[
|
||||||
./core.nix
|
./core
|
||||||
./develop
|
./develop
|
||||||
./develop/kakoune
|
./develop/kakoune
|
||||||
./develop/tmux
|
./develop/tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user