dot_testing/common/desktop.nix

8 lines
66 B
Nix

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