5 lines
102 B
Nix
5 lines
102 B
Nix
{ pkgs, lib, config, ... }: {
|
|
imports = [ ./commonPackages.nix ./hm.nix ./i3.nix ./kanata.nix ];
|
|
}
|
|
|