configuration.nix/home/wm/default.nix

7 lines
68 B
Nix

{...}: {
imports = [
./hyprland
./sway
./addon
];
}