aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/gtk (unfollow)
Commit message (Collapse)Author
2026-05-30modules/legacy/gtk: Re-enable the nordic themeBenedikt Peetz
This theme seems to also remove the client side decoration title bars, which are incredible ugly and pointless on a wm. So, let's re-activate it.
2026-05-29treewide: Remove unneeded dependenciesBenedikt Peetz
This shaves off around 1.2 GB from the system closure.
2026-04-14modules/legacy/gtk: Adapt to changed home-manager defaultsBenedikt Peetz
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.
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
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.