Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(modules/legacy/default): Move the download dir to `/tmp` | Benedikt Peetz | 3 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): Refactor | Benedikt Peetz | 5 days |
| | |||
* | refactor(legacy/conf/mpd): Move to a unified `mpd` by-name module | Benedikt Peetz | 11 days |
| | |||
* | fix(legacy/wms/river): Ensure that `mpc` is available to river | Benedikt Peetz | 12 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 Peetz | 12 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): Update | Benedikt Peetz | 12 days |
| | |||
* | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | 2024-11-09 |
| | |||
* | fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config function | Benedikt Peetz | 2024-11-02 |
| | |||
* | style(modules/legacy/conf/nvim): Format | Benedikt Peetz | 2024-11-02 |
| | |||
* | refactor(modules/legacy/less): Migrate to `by-name` | Benedikt Peetz | 2024-11-02 |
| | |||
* | fix(modules/legacy/alacitty): Update config to include new subsection | Benedikt Peetz | 2024-11-01 |
| | |||
* | chore(modules/legacy/taskserver/projects): Update | Benedikt Peetz | 2024-11-01 |
| | |||
* | feat(modules/legacy/nvim/plgs/luasnippets): Use the git config values | Benedikt Peetz | 2024-10-31 |
| | | | | Using hard-coded values could result in desyncs. | ||
* | refactor(modules/git): Migrate and parameterize | Benedikt Peetz | 2024-10-24 |
| | |||
* | refactor(modules/unison): Migrate to `by-name` and parameterize | Benedikt Peetz | 2024-10-24 |
| | |||
* | feat(modules/legacy/impermanence): Merge with the system config | Benedikt Peetz | 2024-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 deletions | Benedikt Peetz | 2024-10-23 |
| | |||
* | fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and ↵ | Benedikt Peetz | 2024-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 shell | Benedikt Peetz | 2024-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 modules | Benedikt Peetz | 2024-10-18 |
| | |||
* | refactor(modules/legacy/conf/lf): Move to new `by-name` dir | Benedikt Peetz | 2024-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 Peetz | 2024-10-18 |
| | |||
* | refactor(modules/legacy/conf/zsh): Modernize module | Benedikt Peetz | 2024-10-18 |
| | |||
* | fix(modules/legacy/conf/zsh): Move ENV-vars to their own modules | Benedikt Peetz | 2024-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 Peetz | 2024-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. |