aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/le/less/env.less (unfollow)
Commit message (Collapse)Author
2025-04-27modules/less: Don't confuse less with the copyright comments in the config fileBenedikt Peetz
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-11-02refactor(modules/legacy/less): Migrate to `by-name`Benedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
2024-05-23refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2024-01-21fix(hm/conf/less): Ensure that less can read the lesskey fileSoispha
2024-01-21fix(hm/conf/less): Correctly export less variablesSoispha
2024-01-13feat(hm/conf/less): Configure the full lesskey fileSoispha