Commit Graph

11 Commits

Author SHA1 Message Date
9c4ea57cc7
tests/configs: add test for setting XDG base directories 2024-11-07 17:46:42 +08:00
a6f448348d wrapper-manager-fds/tests: add test config for XDG desktop entries 2024-10-12 11:42:36 +08:00
90a9702169 wrapper-manager-fds/lib: init modules subset 2024-09-21 19:21:37 +08:00
19a035da58 wrapper-manager-fds/tests: update test structure for configs 2024-09-21 19:32:08 +08:00
b667a335de wrapper-manager-fds/modules: change build.isBinary to build.variant
This makes it possible to implement different types of wrappers, even
our own in case it is desparately needed.
2024-09-21 10:14:54 +08:00
3516efa6f2 wrapper-manager-fds/modules: init files option 2024-09-17 18:18:59 +08:00
5ae0bd4f63 wrapper-manager-fds/tests: update one of the test config
Just to test the various options.
2024-08-25 19:09:53 +08:00
03e29feec5 wrapper-manager-fds/modules: change basePackages to accept a bare package
This will allow us to make changes to `programs.<name>.package`-type of
options found in NixOS, home-manager, etc. but it is expensive at the
cost of a rebuild which depends on the package.
2024-08-01 12:07:34 +08:00
d4a8025d06 wrapper-manager-fds: reformat codebase 2024-07-31 21:51:40 +08:00
dd389a65ec wrapper-manager-fds/modules: restructure env option
Now we have solved the problem of requiring separate options by
consolidating them together. This shouldn't be that breaking of a
change.
2024-07-27 21:17:01 +08:00
12686f3bad wrapper-manager-fds/tests: add tests for actually checking the configurations 2024-07-27 20:17:48 +08:00