16 lines
146 B
Nix
Executable File
16 lines
146 B
Nix
Executable File
{
|
|
pkgs,
|
|
lib,
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./commonPackages.nix
|
|
./hm.nix
|
|
./i3.nix
|
|
./kanata.nix
|
|
./pipewire.nix
|
|
];
|
|
}
|