1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
home-manager/tests/modules/services/kanshi
O. C. Taskin daaf0c2f8d
kanshi: add support for output aliases
- Add `services.kanshi.profiles.<name>.outputs.*.alias` to support new
  alias directive from kanshi [1].
  - Add an assertion to reject aliases not on global scope, which are
    not allowed on kanshi [2].
  - Add a new test to check alias rejection, `alias-assertion`.
- Add relevant coverage by modifying the existing "new-configuration"
  test.
- Kanshi also doesn't allow wildcards on global scope [3], correct the
  faulty test case.

[1]: 1ed86ce523
[2]: 1605f7c813/item/doc/kanshi.5.scd (L78)
[3]: 1605f7c813/item/doc/kanshi.5.scd (L80)
2024-09-13 10:51:33 +02:00
..
alias-assertion.nix kanshi: add support for output aliases 2024-09-13 10:51:33 +02:00
basic-configuration.conf kanshi: allow multiple exec statements per profile 2021-10-03 09:47:22 +02:00
basic-configuration.nix kanshi: update configuration to better match upstream 2024-05-10 12:46:37 +02:00
default.nix kanshi: add support for output aliases 2024-09-13 10:51:33 +02:00
new-configuration.conf kanshi: add support for output aliases 2024-09-13 10:51:33 +02:00
new-configuration.nix kanshi: add support for output aliases 2024-09-13 10:51:33 +02:00