nixcfg/home/common-gui.nix

6 lines
57 B
Nix
Raw Normal View History

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