aboutsummaryrefslogtreecommitdiffstats
path: root/flake (unfollow)
Commit message (Collapse)Author
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
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