configuration.nix/home/wm/default.nix

7 lines
55 B
Nix
Raw Normal View History

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