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