nixos/parts/modules/shell.nix
2025-02-04 07:53:18 +01:00

8 lines
108 B
Nix

{
imports = [
./shell/core.nix
./shell/fish.nix
./shell/git.nix
./shell/neovim.nix
];
}