dot_testing/common/desktop.nix

8 lines
66 B
Nix
Raw Normal View History

2023-12-20 22:33:00 -06:00
{ lib, config, pkgs, ...}:
2023-07-09 17:21:27 -05:00
2023-12-28 00:20:13 -06:00
{
2023-07-09 17:21:27 -05:00
imports = [
./main.nix
2023-07-09 17:21:27 -05:00
];
}