nyx/modules/home-manager/default.nix
2025-01-28 00:00:13 +02:00

8 lines
123 B
Nix

{...}: {
imports = [
./cli/default.nix
./hypr/default.nix
./ags/default.nix
./spotify/default.nix
];
}