aboutsummaryrefslogtreecommitdiffstats
path: root/flake (unfollow)
Commit message (Collapse)Author
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-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2025-04-04feat(flake): Add `deadnix` to the dev shellBenedikt Peetz
2025-04-04refactor(hosts): Remove the unmaintained hostsBenedikt 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-04refactor(flake/nixosModules/common.nix): Move to `modules/common`Benedikt Peetz
This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision.
2025-02-03feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz
2025-02-02fix(flake/packages): Use correct nvim package to overrideBenedikt Peetz
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2025-02-02feat(lib): Init `baseLib`Benedikt Peetz
2025-02-02refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
2025-01-30fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz
The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host.
2025-01-30fix(modules/direnv): Migrate to `by-name`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-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