mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
10 lines
161 B
Nix
10 lines
161 B
Nix
{
|
|
imports = [
|
|
./shell/core.nix
|
|
./shell/fish/default.nix
|
|
./shell/git.nix
|
|
./shell/comma.nix
|
|
./shell/neovim.nix
|
|
./shell/zellij.nix
|
|
];
|
|
}
|