nichts/modules/graphics/default.nix

7 lines
70 B
Nix
Raw Normal View History

2024-04-10 11:35:09 +02:00
{ pkgs, lib, config, ... }:
{
2024-04-10 12:10:30 +02:00
imports = [
2024-04-10 11:35:09 +02:00
./wms/i3wm.nix
];
}