nix-config/users/mara/config/all.nix

10 lines
95 B
Nix

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