aboutsummaryrefslogtreecommitdiffstats
path: root/flake/default.nix (unfollow)
Commit message (Collapse)Author
2026-05-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
2025-11-09build.sh: Print diff at the end of buildingBenedikt Peetz
2025-08-22modules/nvim: Use new path to nixvim home-manager moduleBenedikt Peetz
2025-06-06flake/devShells: Remove unneeded binariesBenedikt Peetz
2025-05-16flake: Pack arguments in attribute setsBenedikt Peetz
This avoids having to change 3+ files, if you need to add a new argument.
2025-05-16flake: Remove `ragenix` inputBenedikt Peetz
`ragenix` is packaged in `nixpkgs` and can be used from it.
2025-05-16bootstrap: RemoveBenedikt Peetz
These scripts can be useful for the future, but currently they are just tech-dept.
2025-04-27flake/default.nix: Add the `reuse` tool to the dev shellBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-04feat(flake): Add `deadnix` to the dev shellBenedikt Peetz
2025-04-02refactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz
This also improves the arkanfox-integration and the profile id generation.
2025-04-02refactor(treewide): Remove `river_init_lesser`Benedikt Peetz
This was moved in-tree a while ago.
2025-03-29fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks prBenedikt Peetz
2025-03-29fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooserBenedikt Peetz
2025-03-29refactor(pkgs/update-vim-plugins): RemoveBenedikt Peetz
Let's start using the nixpkgs infrastructure instead of this python application.
2025-02-02feat(lib): Init `baseLib`Benedikt Peetz
2024-12-30feat(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-20refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz
This allows to share it with the server config.
2024-11-29fix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz
2024-11-24tests(tests/nvim-checkhealth): InitBenedikt Peetz
2024-11-23tests(flake): Hook up to the flake's check and package attributesBenedikt Peetz
2024-09-29fix(flake/devshell): Re-add `ragenix` and `rage`Benedikt Peetz
2024-08-21fix(flake/packages): Provide pkgsStable to `nvim` pkgBenedikt Peetz
2024-08-02fix(modules/home/nvim/plgs/nvim/neorg): Use stable versionBenedikt Peetz
The unstable version is missing an lua dependency
2024-05-24feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz
2024-05-23refactor(flake): Update to new pkgs setBenedikt Peetz
2024-05-10chore(treewide): Fully remove any last mentions of git-cryptBenedikt Peetz
2024-05-09feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz
2024-03-24refactor(flake): Use an attrs for including open prsSoispha
This change allows to me to faster add new nixpkgs versions.
2024-03-23fix(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-23fix(flake): Import my modules stuck in nixpkgs prs directlySoispha
That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages.
2024-03-23fix(flake): Use new vendored `generate_firefox_extensions` binarySoispha
2024-02-28feat(hm): Add nix-index and associated command_not_found_handlerSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-23refactor(treewide): Remove my unused binariesSoispha
These are: - grades (only last references) - video_pause - lf_rename
2024-02-20fix(flake): Don't format `CHANGELOG.md`Soispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20build(flake): Add treefmtSoispha
2024-01-30fix(treewide): Fully remove gradesSoispha
2024-01-19feat(flake): Add `pkgs` subattributeSoispha
2024-01-06fix(flake): Add `cargo` to make the rust language server workSoispha
2024-01-06feat(flake): Add `rustfmt` to the dev environmentSoispha
2023-12-12feat(hm/pkgs/scr/fupdate): Move fupdate in my main config treeSoispha
2023-12-09feat(treewide): Specify nvim plugins in my flakeSoispha
2023-12-09fix(flake): Use self instead of a reimport of itselfSoispha
2023-10-31fix(flake): Remove the pkgs from the devenv, which are already in nvimSoispha
2023-10-22feat(sys/svcs/nix): Add my flake to the flake registrySoispha
2023-09-10Fix(treewide): Purge `snap-sync` in favour of `snap-sync-forked`Soispha
2023-09-05Feat(flake/packages): Pass through `shell_library_update` packagesSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha