nixos-config/modules/shell/default.nix

17 lines
206 B
Nix
Raw Normal View History

2022-09-17 16:50:50 +02:00
#
# Shell
#
# flake.nix
# ├─ ./hosts
# │ └─ home.nix
# └─ ./modules
# └─ ./shell
# └─ default.nix *
# └─ ...
#
[
./git.nix
./zsh.nix
]