1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/lsd/default.nix
Hoang Nguyen 17a1004948
lsd: allow specifying a path type value for icons and colors options (#7733)
This allows users to use an icons or colors theme file taken from GitHub
directly without the YAML -> Nix translation in the configuration.
2025-09-13 19:32:33 -05:00

4 lines
126 B
Nix

{
lsd-example-settings = ./example-settings.nix;
lsd-example-settings-using-paths = ./example-settings-using-paths.nix;
}