7 lines
69 B
Nix
7 lines
69 B
Nix
![]() |
{ pkgs, lib, config, ... }:
|
||
|
{
|
||
|
import = [
|
||
|
./wms/i3wm.nix
|
||
|
];
|
||
|
}
|