mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 15:59:09 -05:00
8 lines
123 B
Nix
8 lines
123 B
Nix
{...}: {
|
|
imports = [
|
|
./cli/default.nix
|
|
./hypr/default.nix
|
|
./ags/default.nix
|
|
./spotify/default.nix
|
|
];
|
|
}
|