about summary refs log tree commit diff stats
path: root/modules/home.legacy (follow)
Commit message (Collapse)AuthorAge
* feat(modules/legacy/default): Move the download dir to `/tmp`Benedikt Peetz3 days
| | | | | | This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless.
* style(treewide): RefactorBenedikt Peetz5 days
|
* refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz11 days
|
* fix(legacy/wms/river): Ensure that `mpc` is available to riverBenedikt Peetz12 days
| | | | | There is currently no way to tell river where the `mpc` executable is, thus requiring it to be present in the `$PATH`.
* refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz12 days
| | | | | | | 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.
* build(treewide): UpdateBenedikt Peetz12 days
|
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09
|
* fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config functionBenedikt Peetz2024-11-02
|
* style(modules/legacy/conf/nvim): FormatBenedikt Peetz2024-11-02
|
* refactor(modules/legacy/less): Migrate to `by-name`Benedikt Peetz2024-11-02
|
* fix(modules/legacy/alacitty): Update config to include new subsectionBenedikt Peetz2024-11-01
|
* chore(modules/legacy/taskserver/projects): UpdateBenedikt Peetz2024-11-01
|
* feat(modules/legacy/nvim/plgs/luasnippets): Use the git config valuesBenedikt Peetz2024-10-31
| | | | Using hard-coded values could result in desyncs.
* refactor(modules/git): Migrate and parameterizeBenedikt Peetz2024-10-24
|
* refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz2024-10-24
|
* feat(modules/legacy/impermanence): Merge with the system configBenedikt Peetz2024-10-24
| | | | | | | | Using the home-manager module uses a non-root fuse bindfs, which is obviously slower than simply mounting the directories via bind mounts. Besides, mounting them via the bindfs fuse mount, results in a potential DOS, when this mount processes runs out of open file descriptors (leading to the issue described in the `nix -> lix` commit.)
* feat(modules/legacy/conf/nvim/mappings): Ignore space only deletionsBenedikt Peetz2024-10-23
|
* fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and ↵Benedikt Peetz2024-10-23
| | | | | | `<S-C-Tab>` mappings They are now possible, as alacritty has gained support for these.
* fix(modules/*): Set all xdg-basedir env vars independently of active shellBenedikt Peetz2024-10-21
| | | | | There is now reason, why these variables should only be used when `zsh` is running.
* fix(modules/legacy/conf): Remove outdated imports of migrated modulesBenedikt Peetz2024-10-18
|
* refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz2024-10-18
| | | | | | | 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.
* refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz2024-10-18
|
* refactor(modules/legacy/conf/zsh): Modernize moduleBenedikt Peetz2024-10-18
|
* fix(modules/legacy/conf/zsh): Move ENV-vars to their own modulesBenedikt Peetz2024-10-18
| | | | | This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.)
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
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.