nix-home-manager/terminal.nix

7 lines
81 B
Nix

{ config, pkgs, lib, ... }:
{
programs.alacritty = {
enable = true;
};
}