nyx/modules/home-manager/default.nix
2024-12-20 15:11:42 +02:00

8 lines
123 B
Nix

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