mirror of
https://github.com/blahai/nyx.git
synced 2025-02-24 03:18:48 -05:00
8 lines
112 B
Nix
8 lines
112 B
Nix
|
{ config, lib, ... }: {
|
||
|
imports = [
|
||
|
./cli/default.nix
|
||
|
./hypr/default.nix
|
||
|
./ags/default.nix
|
||
|
];
|
||
|
}
|