-
-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services.aerospace.settings.on-window-detected
has the wrong type
#1142
Comments
Could you make a PR? |
Similarly, workspace-to-monitor-force-assignment does not work even with the default configuration sample when inside services.aerospace.settings block. Nix complains about the data type:
If I had to guess, this needs to be raised to be a property of its own, with correct data types. |
services.aerospace.settings.on-window-detected
has the wrong type
Has anyone managed to parse into These are the settings from my
|
#1168 |
Unrelated question, I have a long aerospace.toml file, is it possible to load it as |
I'm not sure if this is what you are asking, you can import a toml like this
|
Totally, thanks! |
nix-darwin/modules/services/aerospace/default.nix
Line 73 in 189d2d4
https://nikitabobko.github.io/AeroSpace/guide#on-window-detected-callback
it is not a list of strings; it is a set with atributes: { x = 1; y = 2; }
The text was updated successfully, but these errors were encountered: