18 lines
219 B
Nix
18 lines
219 B
Nix
#
|
|
# Shell
|
|
#
|
|
# flake.nix
|
|
# ├─ ./hosts
|
|
# │ └─ home.nix
|
|
# └─ ./modules
|
|
# └─ ./shell
|
|
# └─ default.nix *
|
|
# └─ ...
|
|
#
|
|
|
|
[
|
|
./git.nix
|
|
./tmux.nix
|
|
./zsh.nix
|
|
]
|