nichts/hosts/dragyx/common/default.nix

13 lines
131 B
Nix
Raw Normal View History

_: {
imports = [
./configuration.nix
./packages.nix
./hyprland.nix
2024-04-14 22:14:28 +02:00
./waybar.nix
./theming
./cli
];
}