nixcfg/home/common-gui.nix

6 lines
57 B
Nix

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