nichts/modules/vali/graphics/default.nix
2024-04-10 11:35:09 +02:00

6 lines
69 B
Nix

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