nixos/parts/modules/shell.nix

9 lines
116 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
./shell/neovim.nix
];
}