nyx/modules/home-manager/default.nix

9 lines
125 B
Nix
Raw Normal View History

2024-10-24 17:18:51 +00:00
{ ... }: {
2024-10-12 23:08:10 +00:00
imports = [
./cli/default.nix
./hypr/default.nix
./ags/default.nix
2024-10-24 17:18:51 +00:00
./spotify/default.nix
2024-10-12 23:08:10 +00:00
];
}