| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 9 hours | treewide: Switch to bare unflakeHEADprime | Benedikt Peetz | |
| There was no real reason to still have `npins` around. I just kept it because of historical reasons. | |||
| 2026-06-10 | flake/devShell: Add `html2text` | Benedikt Peetz | |
| Which is a dependency of the `tails-iso` update script | |||
| 2026-05-12 | treewide: Remove all references to `self.inputs` | Benedikt Peetz | |
| That doesn't work anymore with the npins sources. | |||
| 2025-11-09 | build.sh: Print diff at the end of building | Benedikt Peetz | |
| 2025-08-22 | modules/nvim: Use new path to nixvim home-manager module | Benedikt Peetz | |
| 2025-06-06 | flake/devShells: Remove unneeded binaries | Benedikt Peetz | |
| 2025-05-16 | flake: Pack arguments in attribute sets | Benedikt Peetz | |
| This avoids having to change 3+ files, if you need to add a new argument. | |||
| 2025-05-16 | flake: Remove `ragenix` input | Benedikt Peetz | |
| `ragenix` is packaged in `nixpkgs` and can be used from it. | |||
| 2025-05-16 | bootstrap: Remove | Benedikt Peetz | |
| These scripts can be useful for the future, but currently they are just tech-dept. | |||
| 2025-04-27 | flake/default.nix: Add the `reuse` tool to the dev shell | Benedikt Peetz | |
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-04 | feat(flake): Add `deadnix` to the dev shell | Benedikt Peetz | |
| 2025-04-02 | refactor(modules/legacy/firefox): Move to by-name | Benedikt Peetz | |
| This also improves the arkanfox-integration and the profile id generation. | |||
| 2025-04-02 | refactor(treewide): Remove `river_init_lesser` | Benedikt Peetz | |
| This was moved in-tree a while ago. | |||
| 2025-03-29 | fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks pr | Benedikt Peetz | |
| 2025-03-29 | fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooser | Benedikt Peetz | |
| 2025-03-29 | refactor(pkgs/update-vim-plugins): Remove | Benedikt Peetz | |
| Let's start using the nixpkgs infrastructure instead of this python application. | |||
| 2025-02-02 | feat(lib): Init `baseLib` | Benedikt Peetz | |
| 2024-12-30 | feat(modules/legacy/river): Add mapping to start `qmk-unicode-type` | Benedikt Peetz | |
| That program communicates with my keyboard and sets a Unicode character. | |||
| 2024-12-20 | refactor(lib): Upstream `lib` to vhack.eu | Benedikt Peetz | |
| This allows to share it with the server config. | |||
| 2024-11-29 | fix(tests::infrastructure): Provide `sysLib` as module argument | Benedikt Peetz | |
| 2024-11-24 | tests(tests/nvim-checkhealth): Init | Benedikt Peetz | |
| 2024-11-23 | tests(flake): Hook up to the flake's check and package attributes | Benedikt Peetz | |
| 2024-09-29 | fix(flake/devshell): Re-add `ragenix` and `rage` | Benedikt Peetz | |
| 2024-08-21 | fix(flake/packages): Provide pkgsStable to `nvim` pkg | Benedikt Peetz | |
| 2024-08-02 | fix(modules/home/nvim/plgs/nvim/neorg): Use stable version | Benedikt Peetz | |
| The unstable version is missing an lua dependency | |||
| 2024-05-24 | feat(pkgs): Pull yambar-{cpu,memory} in tree | Benedikt Peetz | |
| 2024-05-23 | refactor(flake): Update to new pkgs set | Benedikt Peetz | |
| 2024-05-10 | chore(treewide): Fully remove any last mentions of git-crypt | Benedikt Peetz | |
| 2024-05-09 | feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map` | Benedikt Peetz | |
| 2024-03-24 | refactor(flake): Use an attrs for including open prs | Soispha | |
| This change allows to me to faster add new nixpkgs versions. | |||
| 2024-03-23 | fix(flake): Correctly export the overlayed package set as `legacyPackages` | Soispha | |
| The flake output `legacyPackages` is not actually “legacy”, it's just nested. Thus, the output exporting the overlayed `pkgs` should be named `legacyPackages`. | |||
| 2024-03-23 | fix(flake): Import my modules stuck in nixpkgs prs directly | Soispha | |
| That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages. | |||
| 2024-03-23 | fix(flake): Use new vendored `generate_firefox_extensions` binary | Soispha | |
| 2024-02-28 | feat(hm): Add nix-index and associated command_not_found_handler | Soispha | |
| 2024-02-24 | refactor(hm/pkgs): Implement with an nixpkgs overlay | Soispha | |
| 2024-02-23 | refactor(treewide): Remove my unused binaries | Soispha | |
| These are: - grades (only last references) - video_pause - lf_rename | |||
| 2024-02-20 | fix(flake): Don't format `CHANGELOG.md` | Soispha | |
| 2024-02-20 | refactor(treewide): Reformat all files with treefmt | Soispha | |
| This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed | |||
| 2024-02-20 | build(flake): Add treefmt | Soispha | |
| 2024-01-30 | fix(treewide): Fully remove grades | Soispha | |
| 2024-01-19 | feat(flake): Add `pkgs` subattribute | Soispha | |
| 2024-01-06 | fix(flake): Add `cargo` to make the rust language server work | Soispha | |
| 2024-01-06 | feat(flake): Add `rustfmt` to the dev environment | Soispha | |
| 2023-12-12 | feat(hm/pkgs/scr/fupdate): Move fupdate in my main config tree | Soispha | |
| 2023-12-09 | feat(treewide): Specify nvim plugins in my flake | Soispha | |
| 2023-12-09 | fix(flake): Use self instead of a reimport of itself | Soispha | |
| 2023-10-31 | fix(flake): Remove the pkgs from the devenv, which are already in nvim | Soispha | |
| 2023-10-22 | feat(sys/svcs/nix): Add my flake to the flake registry | Soispha | |
| 2023-09-10 | Fix(treewide): Purge `snap-sync` in favour of `snap-sync-forked` | Soispha | |
