nix-config/users/mara/config/all.nix
2025-12-17 12:59:28 +01:00

8 lines
64 B
Nix

{ ... }:
{
imports = [
./fish.nix
./helix.nix
];
}