nix-config/modules/nix/utilities/default.nix

7 lines
75 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./gui-utilities.nix
];
}