grimm-nixos-laptop/common/graphics/default.nix

8 lines
68 B
Nix
Raw Normal View History

{
imports = [
./qt.nix
./opengl.nix
./sway.nix
];
}