nixos-dotfiles/home/programs/default.nix

7 lines
58 B
Nix
Executable File

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