configuration.nix/home/wm/default.nix
2023-04-05 23:19:39 +05:30

7 lines
70 B
Nix

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