configuration.nix/home/wm/default.nix

8 lines
70 B
Nix
Raw Normal View History

2023-04-04 09:41:51 +05:30
{ ... }: {
imports = [
2023-04-05 22:39:22 +05:30
./hyprland
2023-04-04 09:41:51 +05:30
./sway
./addon
];
}