nixos-dotfiles/home/programs/default.nix

7 lines
58 B
Nix
Raw Normal View History

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