aboutsummaryrefslogtreecommitdiffstats
path: root/flake (unfollow)
Commit message (Collapse)Author
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-10-22feat(hm/conf/firefox/scripts): Package through the flake outputsSoispha
2023-10-08fix(flake/packages): Remove gpg-iso as it's not usedSoispha
2023-10-08fix(flake/packages): Apply eta-reductionSoispha
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-27Perf(flake/packages/nvim): Use list merge feature of the merge functionSoispha
2023-08-26Fix(flake/packages): Flatten nvim pkgs to satisfy `nix flake check`Soispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Fix(flake): Expose home-manager config to nvim configSoispha
2023-08-25Fix(flake/packages): Make it obvious that 'vim' is actually 'nvim'Soispha
2023-08-22Feat(flake): Provide the neovim config as a packageSoispha
2023-08-20Feat(hm/conf/lf): Replace rename script by rename c binarySoispha
2023-08-19Fix(flake): Add lua ls, as nvim still has some lua based configSoispha
2023-08-19Feat(treewide): Import nixVimSoispha
NixNeovim was forked from this, but never really took of. So I'm switching to nixVim, as I hope for better results.
2023-08-19Feat(flake): Import the nixNeovim moduleSoispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha
2023-07-29Style(treewide): Remove some unused importsSoispha
2023-07-29Fix(hosts/isimud): Import the whole system configurationSoispha
2023-07-29Feat(flake): Add gpg-iso package outputSoispha
2023-07-28Fix(treewide): Add `git-crypt`Soispha
2023-07-15Feat(system/boot): Enable lanzaboote (and with it secure boot)Soispha
2023-07-11Fix(flake/nixosConfigurations): Change formatting for the bootstrap scrsSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-10Refactor(bootstrap): Use diskoSoispha
2023-07-10Feat(disko): Squash CommitSoispha
2023-06-28Feat(flake/direnv): Add git-bugSoispha
2023-06-06Fix(system/services/serverphone): Fully addSoispha
2023-06-06Feat(system/services/serverphone): AddSoispha
2023-05-26Fix(host/marduk): Override the iso name, to avoid a merge conflictSoispha
2023-05-20Build(fupdate): Add generate_extensions to the inputs to avoid gcSoispha
2023-05-09Style(treewide): FormatSoispha