nixos/modules/shell.nix
Nickolaj Jepsen 638ef7093e update
2025-02-21 00:18:30 +01:00

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
];
}