nixos-config/modules/shell/default.nix

18 lines
219 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
2022-10-08 20:21:46 +02:00
./tmux.nix
2022-09-17 16:50:50 +02:00
./zsh.nix
]