Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | flake: Pack arguments in attribute sets | Benedikt Peetz | 45 hours |
| | | | | | This avoids having to change 3+ files, if you need to add a new argument. | ||
* | bootstrap: Remove | Benedikt Peetz | 45 hours |
| | | | | | These scripts can be useful for the future, but currently they are just tech-dept. | ||
* | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | 2025-04-27 |
| | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 2025-04-04 |
| | | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | ||
* | refactor(modules/legacy/firefox): Move to by-name | Benedikt Peetz | 2025-04-02 |
| | | | | | This also improves the arkanfox-integration and the profile id generation. | ||
* | fix(flake/packages): Use correct nvim package to override | Benedikt Peetz | 2025-02-02 |
| | |||
* | tests(flake): Hook up to the flake's check and package attributes | Benedikt Peetz | 2024-11-23 |
| | |||
* | fix(flake/packages): Re-add the `nvim` package | Benedikt Peetz | 2024-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 Peetz | 2024-11-09 |
| | |||
* | 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. | ||
* | fix(flake/packages): Provide pkgsStable to `nvim` pkg | Benedikt Peetz | 2024-08-21 |
| | |||
* | fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changes | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(flake/packages): Export the new pkgs set | Benedikt Peetz | 2024-05-23 |
| | |||
* | feat(hm/conf/firefox/scripts): Package through the flake outputs | Soispha | 2023-10-22 |
| | |||
* | fix(flake/packages): Remove gpg-iso as it's not used | Soispha | 2023-10-08 |
| | |||
* | fix(flake/packages): Apply eta-reduction | Soispha | 2023-10-08 |
| | |||
* | Feat(flake/packages): Pass through `shell_library_update` packages | Soispha | 2023-09-05 |
| | |||
* | Perf(flake/packages/nvim): Use list merge feature of the merge function | Soispha | 2023-08-27 |
| | |||
* | Fix(flake/packages): Flatten nvim pkgs to satisfy `nix flake check` | Soispha | 2023-08-26 |
| | |||
* | Refactor(treewide): Abbreviate path names | Soispha | 2023-08-26 |
| | |||
* | Fix(flake): Expose home-manager config to nvim config | Soispha | 2023-08-26 |
| | |||
* | Fix(flake/packages): Make it obvious that 'vim' is actually 'nvim' | Soispha | 2023-08-25 |
| | |||
* | Feat(flake): Provide the neovim config as a package | Soispha | 2023-08-22 |
| | |||
* | Fix(hosts/isimud): Import the whole system configuration | Soispha | 2023-07-29 |
| | |||
* | Feat(flake): Add gpg-iso package output | Soispha | 2023-07-29 |
| | |||
* | Style(treewide): Switch to editorconfig | Soispha | 2023-07-10 |
| | |||
* | Refactor(bootstrap): Use disko | Soispha | 2023-07-10 |
| | |||
* | Fix(host/marduk): Override the iso name, to avoid a merge conflict | Soispha | 2023-05-26 |
| | |||
* | Style(treewide): Format | Soispha | 2023-05-09 |
| | |||
* | Refactor(treewide): Use separate shell library | Soispha | 2023-05-09 |
| | |||
* | Feat(flake): Modularize | Soispha | 2023-05-09 |