nichts/hosts/dragyx/common/default.nix
2024-04-14 22:14:49 +02:00

12 lines
131 B
Nix

_: {
imports = [
./configuration.nix
./packages.nix
./hyprland.nix
./waybar.nix
./theming
./cli
];
}