aboutsummaryrefslogtreecommitdiffstats
path: root/flake (unfollow)
Commit message (Collapse)Author
2024-12-20refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz
This allows to share it with the server config.
2024-12-14fix(flake/nixosConfigurations/common): Disable ollama by defaultBenedikt Peetz
My machines are not good enough to actually run relevant modules.
2024-12-14feat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz
2024-12-07feat(modules/ollama): InitBenedikt Peetz
2024-11-29fix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz
2024-11-29chore(hosts): Enable yambarBenedikt Peetz
2024-11-24tests(tests/nvim-checkhealth): InitBenedikt Peetz
2024-11-23style(treewide): RefactorBenedikt Peetz
2024-11-23fix(modules/taskwarrior): Provide an enable optionBenedikt Peetz
2024-11-23tests(flake): Hook up to the flake's check and package attributesBenedikt Peetz
2024-11-17refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
2024-11-09fix(flake/packages): Re-add the `nvim` packageBenedikt Peetz
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.
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-11-02feat(flake/treefmt.nix): Specify lua formatter settingsBenedikt Peetz
2024-11-02fix(flake/nixosConfigurations/common): Actually enable the new `less` moduleBenedikt Peetz
2024-10-24refactor(modules/git): Migrate and parameterizeBenedikt Peetz
2024-10-24feat(modules/unison): Auto-ignore all symlinks made with `home.file`Benedikt Peetz
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.
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz
2024-10-24refactor(modules/impermanence): Move all optional dirs to their modulesBenedikt Peetz
This increases the locality of configurations and makes it easier to see, what happens, when you enable a module.
2024-10-18feat(modules/atuin): InitBenedikt Peetz
2024-10-18refactor(modules/secrets): Split into the modules, that need the secretsBenedikt Peetz
Storing the secrets in the module that actually needs them, is a cleaner solution.
2024-10-18refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz
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.
2024-10-18refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz
2024-10-18feat(hosts): Share common optionsBenedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
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.
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-24fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changesBenedikt Peetz
2024-05-24feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz
2024-05-23fix(flake/nixosConfigurations): Adapt to new module structureBenedikt Peetz
2024-05-23refactor(flake/packages): Export the new pkgs setBenedikt 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