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