about summary refs log tree commit diff stats
path: root/flake/packages (follow)
Commit message (Collapse)AuthorAge
* tests(flake): Hook up to the flake's check and package attributesBenedikt Peetz6 days
|
* fix(flake/packages): Re-add the `nvim` packageBenedikt Peetz2024-11-09
| | | | | | This implementation is by-far better than the previous one and avoids a whole set of problems that came, with trying to re-implement the NixOS module system.
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09
|
* 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.
* fix(flake/packages): Provide pkgsStable to `nvim` pkgBenedikt Peetz2024-08-21
|
* fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changesBenedikt Peetz2024-05-24
|
* refactor(flake/packages): Export the new pkgs setBenedikt Peetz2024-05-23
|
* feat(hm/conf/firefox/scripts): Package through the flake outputsSoispha2023-10-22
|
* fix(flake/packages): Remove gpg-iso as it's not usedSoispha2023-10-08
|
* fix(flake/packages): Apply eta-reductionSoispha2023-10-08
|
* Feat(flake/packages): Pass through `shell_library_update` packagesSoispha2023-09-05
|
* Perf(flake/packages/nvim): Use list merge feature of the merge functionSoispha2023-08-27
|
* Fix(flake/packages): Flatten nvim pkgs to satisfy `nix flake check`Soispha2023-08-26
|
* Refactor(treewide): Abbreviate path namesSoispha2023-08-26
|
* Fix(flake): Expose home-manager config to nvim configSoispha2023-08-26
|
* Fix(flake/packages): Make it obvious that 'vim' is actually 'nvim'Soispha2023-08-25
|
* Feat(flake): Provide the neovim config as a packageSoispha2023-08-22
|
* Fix(hosts/isimud): Import the whole system configurationSoispha2023-07-29
|
* Feat(flake): Add gpg-iso package outputSoispha2023-07-29
|
* Style(treewide): Switch to editorconfigSoispha2023-07-10
|
* Refactor(bootstrap): Use diskoSoispha2023-07-10
|
* Fix(host/marduk): Override the iso name, to avoid a merge conflictSoispha2023-05-26
|
* Style(treewide): FormatSoispha2023-05-09
|
* Refactor(treewide): Use separate shell librarySoispha2023-05-09
|
* Feat(flake): ModularizeSoispha2023-05-09