aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf (unfollow)
Commit message (Collapse)Author
2024-11-23style(treewide): RefactorBenedikt Peetz
2024-11-17refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
2024-11-16refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here.
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-11-02fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config functionBenedikt Peetz
2024-11-02style(modules/legacy/conf/nvim): FormatBenedikt Peetz
2024-11-02refactor(modules/legacy/less): Migrate to `by-name`Benedikt Peetz
2024-11-01fix(modules/legacy/alacitty): Update config to include new subsectionBenedikt Peetz
2024-11-01chore(modules/legacy/taskserver/projects): UpdateBenedikt Peetz
2024-10-31feat(modules/legacy/nvim/plgs/luasnippets): Use the git config valuesBenedikt Peetz
Using hard-coded values could result in desyncs.
2024-10-24refactor(modules/git): Migrate and parameterizeBenedikt Peetz
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz
2024-10-23feat(modules/legacy/conf/nvim/mappings): Ignore space only deletionsBenedikt Peetz
2024-10-23fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and ↵Benedikt Peetz
`<S-C-Tab>` mappings They are now possible, as alacritty has gained support for these.
2024-10-21fix(modules/*): Set all xdg-basedir env vars independently of active shellBenedikt Peetz
There is now reason, why these variables should only be used when `zsh` is running.
2024-10-18fix(modules/legacy/conf): Remove outdated imports of migrated modulesBenedikt Peetz
2024-10-18refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz
This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module.
2024-10-18refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz
2024-10-18refactor(modules/legacy/conf/zsh): Modernize moduleBenedikt Peetz
2024-10-18fix(modules/legacy/conf/zsh): Move ENV-vars to their own modulesBenedikt Peetz
This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.)
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.