nyx/modules/home-manager/default.nix
2024-10-24 20:18:51 +03:00

8 lines
125 B
Nix

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