nichts/modules/vali/graphics/default.nix
2024-04-10 12:10:30 +02:00

6 lines
70 B
Nix

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