nixos-config/system/gui/default.nix
2024-03-27 20:04:46 -04:00

8 lines
68 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./fonts.nix
];
}