mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
7 lines
112 B
Nix
7 lines
112 B
Nix
{ config, lib, ... }: {
|
|
imports = [
|
|
./cli/default.nix
|
|
./hypr/default.nix
|
|
./ags/default.nix
|
|
];
|
|
}
|