nichts/modules/graphics/default.nix
2024-04-10 17:44:54 +02:00

6 lines
70 B
Nix

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