index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
by-name
/
nv
/
nvim
/
options
/
default.nix
(
unfollow
)
Commit message (
Expand
)
Author
2025-05-04
modules/nvim/options/completeopt: Move to `plgs/nvim-cmp`
Benedikt Peetz
2025-04-27
treewide: Add nice GPL-3.0-or-later license header
Benedikt Peetz
2024-11-24
fix(modules/nvim/opts): Ensure a consistent fileformat
Benedikt Peetz
2024-11-09
fix(modules/nvim/options): Use shell binary, not only directory
Benedikt Peetz
2024-11-09
refactor(modules/legacy/conf/nvim): Move to `by-name`
Benedikt Peetz
2024-11-02
style(modules/legacy/conf/nvim): Format
Benedikt Peetz
2024-10-18
refactor(modules): Move all system modules to `by-name`
Benedikt Peetz
2024-05-23
refactor(modules/home): Setup as "normal" NixOS module
Benedikt Peetz
2024-05-20
refactor(hm): Rename to `modules/home`
Benedikt Peetz
2024-03-30
refactor(hm/conf/nvim): Use `opts` instead of `options`
Soispha
2023-08-29
Fix(hm/conf/nvim/options): Set `textwidth` to 90, as 120 is just too much
Soispha
2023-08-26
Refactor(treewide): Abbreviate path names
Soispha
2023-08-26
Docs(treewide): Add a colon after every "TODO"
Soispha
2023-08-24
Fix(hm/conf/neovim/options): Reduce timeout as that is used by which-key
Soispha
2023-08-19
Fix(hm/conf/neovim/options): Separate 'listchars' option with commas
Soispha
2023-08-19
Fix(hm/conf/neovim/options): Turn wildmode option into a string
Soispha
2023-08-19
Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]
Soispha