about summary refs log tree commit diff stats
path: root/flake (follow)
Commit message (Collapse)AuthorAge
* tests(tests/nvim-checkhealth): InitBenedikt Peetz4 days
|
* style(treewide): RefactorBenedikt Peetz5 days
|
* fix(modules/taskwarrior): Provide an enable optionBenedikt Peetz5 days
|
* tests(flake): Hook up to the flake's check and package attributesBenedikt Peetz5 days
|
* refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz11 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
|
* feat(flake/treefmt.nix): Specify lua formatter settingsBenedikt Peetz2024-11-02
|
* fix(flake/nixosConfigurations/common): Actually enable the new `less` moduleBenedikt Peetz2024-11-02
|
* refactor(modules/git): Migrate and parameterizeBenedikt Peetz2024-10-24
|
* feat(modules/unison): Auto-ignore all symlinks made with `home.file`Benedikt Peetz2024-10-24
| | | | | | | This allows us to actually sync symlinks, as most of the unwanted ones are already ignored. And syncing the `.direnv` gc-roots is not that much of a problem, because these are re-generated when they point to a non-existent path.
* refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz2024-10-24
|
* refactor(modules/impermanence): Move all optional dirs to their modulesBenedikt Peetz2024-10-24
| | | | | This increases the locality of configurations and makes it easier to see, what happens, when you enable a module.
* feat(modules/atuin): InitBenedikt Peetz2024-10-18
|
* refactor(modules/secrets): Split into the modules, that need the secretsBenedikt Peetz2024-10-18
| | | | | Storing the secrets in the module that actually needs them, is a cleaner solution.
* refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz2024-10-18
| | | | | | | This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module.
* refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz2024-10-18
|
* feat(hosts): Share common optionsBenedikt Peetz2024-10-18
|
* 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/devshell): Re-add `ragenix` and `rage`Benedikt Peetz2024-09-29
|
* fix(flake/packages): Provide pkgsStable to `nvim` pkgBenedikt Peetz2024-08-21
|
* fix(modules/home/nvim/plgs/nvim/neorg): Use stable versionBenedikt Peetz2024-08-02
| | | | The unstable version is missing an lua dependency
* fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changesBenedikt Peetz2024-05-24
|
* feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz2024-05-24
|
* fix(flake/nixosConfigurations): Adapt to new module structureBenedikt Peetz2024-05-23
|
* refactor(flake/packages): Export the new pkgs setBenedikt Peetz2024-05-23
|
* refactor(flake): Update to new pkgs setBenedikt Peetz2024-05-23
|
* chore(treewide): Fully remove any last mentions of git-cryptBenedikt Peetz2024-05-10
|
* feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz2024-05-09
|
* refactor(flake): Use an attrs for including open prsSoispha2024-03-24
| | | | This change allows to me to faster add new nixpkgs versions.
* fix(flake): Correctly export the overlayed package set as `legacyPackages`Soispha2024-03-23
| | | | | | The flake output `legacyPackages` is not actually “legacy”, it's just nested. Thus, the output exporting the overlayed `pkgs` should be named `legacyPackages`.
* fix(flake): Import my modules stuck in nixpkgs prs directlySoispha2024-03-23
| | | | | That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages.
* fix(flake): Use new vendored `generate_firefox_extensions` binarySoispha2024-03-23
|
* feat(hm): Add nix-index and associated command_not_found_handlerSoispha2024-02-28
|
* refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha2024-02-24
|
* refactor(treewide): Remove my unused binariesSoispha2024-02-23
| | | | | | | These are: - grades (only last references) - video_pause - lf_rename
* fix(flake): Don't format `CHANGELOG.md`Soispha2024-02-20
|
* refactor(treewide): Reformat all files with treefmtSoispha2024-02-20
| | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
* build(flake): Add treefmtSoispha2024-02-20
|
* fix(treewide): Fully remove gradesSoispha2024-01-30
|
* feat(flake): Add `pkgs` subattributeSoispha2024-01-19
|
* fix(flake): Add `cargo` to make the rust language server workSoispha2024-01-06
|
* feat(flake): Add `rustfmt` to the dev environmentSoispha2024-01-06
|
* feat(hm/pkgs/scr/fupdate): Move fupdate in my main config treeSoispha2023-12-12
|
* feat(treewide): Specify nvim plugins in my flakeSoispha2023-12-09
|
* fix(flake): Use self instead of a reimport of itselfSoispha2023-12-09
|
* fix(flake): Remove the pkgs from the devenv, which are already in nvimSoispha2023-10-31
|
* feat(sys/svcs/nix): Add my flake to the flake registrySoispha2023-10-22
|
* 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
|