configuration.nix/home/wm/default.nix
2023-04-04 09:41:51 +05:30

6 lines
55 B
Nix

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