aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2024-10-23fix(modules/zsh): Support completion againBenedikt Peetz
These mappings were missed in the `zsh` rework, and are apparently needed for completion to work.
2024-10-23feat(modules/legacy/conf/nvim/mappings): Ignore space only deletionsBenedikt Peetz
2024-10-23fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and ↵Benedikt Peetz
`<S-C-Tab>` mappings They are now possible, as alacritty has gained support for these.
2024-10-21fix(modules/atuin): Swap cursor modesBenedikt Peetz
All my software is using a block cursor in normal/command mode and a bar cursor for insert mode when doing `vi` emulation. `atuin` should do the same.
2024-10-21fix(modules/*): Set all xdg-basedir env vars independently of active shellBenedikt Peetz
There is now reason, why these variables should only be used when `zsh` is running.
2024-10-21feat(modules/zsh): Nearly completely rewriteBenedikt Peetz
New features: - The `vi` mode is now actually useful - The whole history search/suggestion has been integrated into `atuin` - The `edit-command-line` plugin does no longer print useless stuff - and miscellaneous other things.
2024-10-19build(treewide): UpdateBenedikt Peetz
2024-10-18fix(modules/atuin): Avoid setting `common_subcommands`Benedikt Peetz
This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it.
2024-10-18fix(modules/atuin/secrets): Make encryption key shorterBenedikt Peetz
This might allow `atuin` to parse this key.
2024-10-18fix(modules/atuin): Don't try to save space at all costsBenedikt Peetz
`atuin` really breaks with these settings. Thus, it's better to allow it to take up more space.
2024-10-18fix(modules/atuin/secrets): Improve secret key formattingBenedikt Peetz
The current formatting does not work with atuin.
2024-10-18fix(modules/by-name-overlay.nix): Add missing `ESC`s to re-implemented `warn`Benedikt Peetz
2024-10-18style(modules/serverphone): Correct syntax and formatBenedikt Peetz
2024-10-18feat(modules/atuin): InitBenedikt Peetz
2024-10-18fix(modules/legacy/conf): Remove outdated imports of migrated modulesBenedikt 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-18refactor(modules/legacy/conf/zsh): Modernize moduleBenedikt Peetz
2024-10-18fix(modules/legacy/conf/zsh): Move ENV-vars to their own modulesBenedikt Peetz
This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.)
2024-10-18docs(modules/home-manager): Add a TODO regarding a better error messageBenedikt 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-10-14feat(conf/nvim/plgs/lsp/rust-analyzer): Also include `clippy` lintsBenedikt Peetz
2024-10-14fix(services/backup): Fail the backup script, if a command failsBenedikt Peetz
2024-10-11refactor(conf/nvim/plgs/lsp/servers): Rename to new `nixvim` namesBenedikt Peetz
2024-10-11feat(services/diffSystem): InitBenedikt Peetz
2024-10-11build(treewide): UpdateBenedikt Peetz
2024-10-05build(treewide): UpdateBenedikt Peetz
2024-10-04build(treewide): UpdateBenedikt Peetz
2024-09-29fix(nvim/plgs/telescope): Explicitly enable `web-devicons`Benedikt Peetz
2024-09-29refactor(sys/secrets/lf_cdpaths): Add a `.age` fileextensionBenedikt Peetz
2024-09-29build(treewide): UpdateBenedikt Peetz
2024-09-22fix(conf/lf/icons): Remove out-dated hidden filesBenedikt Peetz
`mbsync` now supports the xdg base directory standard: `~/.mbsyncrc` This is no longer configured via a config file: ~/.cups Both of them have been obsolete, since I activated the `use-xdg` flag in nix: ~/.nix-profile ~/.nix-defexpr
2024-09-21fix(conf/nvim/plgs/harpoon): Use upstream harpoon pluginBenedikt Peetz
2024-09-21build(flake): UpdateBenedikt Peetz
2024-09-14build(treewide): UpdateBenedikt Peetz
2024-09-11fix(conf/nvim/plgs/lualine): Update to new interfaceBenedikt Peetz
2024-09-11build(treewide): UpdateBenedikt Peetz
2024-09-07build(treewide): UpdateBenedikt Peetz
2024-09-01fix(conf/nvim/plgs/ltex_extra): Also enable Swedish spell checkingBenedikt Peetz
2024-08-31fix(conf/unison): Don't synchronize `~/media/music`Benedikt Peetz
2024-08-26feat(conf/yt): Add a main config fileBenedikt Peetz
2024-08-23fix(home/yt): Correctly add some mpv input mappingsBenedikt Peetz
2024-08-23feat(pkgs/stamp): InitBenedikt Peetz
2024-08-22feat(home/yt/mpv): Map further keysBenedikt Peetz
2024-08-21fix(pkgs/iamb): Temporarily include as pkgBenedikt Peetz
This allows me to rebuild the system *before* the pr, updating imab in nixpkgs, is merged. Otherwise, iamb would cause the systemb build to fail, as it's affected by the `time` problem.
2024-08-21refactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` keyBenedikt Peetz
2024-08-21fix(system/impermanence): Persist `/var/lib/nixos`Benedikt Peetz
Otherwise, users without an explicit uid/gid will get a new one assigned at each reboot (potentially changing file ownership from one user to another one).
2024-08-21docs(home): Fix typo in commentBenedikt Peetz
2024-08-21feat(home/zsh): Setup alias for `lm`Benedikt Peetz