nixos/modules/shell.nix

11 lines
161 B
Nix
Raw Normal View History

2025-02-03 07:55:17 +01:00
{
imports = [
./shell/core.nix
2025-02-18 20:17:57 +01:00
./shell/fish/default.nix
2025-02-03 07:55:17 +01:00
./shell/git.nix
2025-02-20 22:50:06 +01:00
./shell/comma.nix
2025-02-03 07:55:17 +01:00
./shell/neovim.nix
2025-02-20 22:50:06 +01:00
./shell/zellij.nix
2025-02-03 07:55:17 +01:00
];
}