nix-files/modules/gui/default.nix

9 lines
64 B
Nix
Raw Normal View History

2022-06-07 00:35:28 +00:00
{ ... }:
{
imports = [
2022-06-07 00:39:40 +00:00
./phosh.nix
2022-06-07 00:35:28 +00:00
./sway.nix
];
}