configuration.nix/home/wm/default.nix

7 lines
59 B
Nix
Raw Normal View History

2023-11-04 16:12:45 +05:30
{ ... }: {
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
./addon
];
}