nixos/parts/modules/shell.nix
2025-02-18 20:17:57 +01:00

8 lines
116 B
Nix

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