nichts/hosts/dragyx/common/default.nix

10 lines
90 B
Nix
Raw Normal View History

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