nix-config/modules/home-manager/terminal/default.nix
smayzy e5394dde16
All checks were successful
nix flake show / show-flake (push) Successful in 27s
test alacritty as default on laptop
2025-07-24 17:59:39 +02:00

8 lines
87 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./kitty.nix
./alacritty.nix
];
}