index
:
nixos-config
this commit
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
/
.gitignore
(
unfollow
)
Commit message (
Collapse
)
Author
2024-05-24
refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible name
Benedikt Peetz
Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
2024-05-24
feat(pkgs): Pull yambar-{cpu,memory} in tree
Benedikt Peetz
2024-05-24
fix(modules/system/home-manager): Import soispha's hm config
Benedikt Peetz
2024-05-24
fix(modules/system): Actually import the `home-manager` module
Benedikt Peetz
2024-05-24
fix(modules/system/services{adb,backup}): Add `services` to option path
Benedikt Peetz
2024-05-24
fix(modules/system/{tempfiles,services/steam}): Fix typos
Benedikt Peetz
2024-05-24
fix(modules/system/nixpkgs): Remove duplicated `config` attr name
Benedikt Peetz
2024-05-24
fix(modules/system/networking): Enforce mutually exclusivity between ↵
Benedikt Peetz
networkd and NetworkManager
2024-05-24
fix(modules/system/{hardware,fonts}): Fix typesystem stuff
Benedikt Peetz
2024-05-24
fix(hosts/tiamat): Also use new services modules
Benedikt Peetz
2024-05-24
refactor(hosts/apzu): Use new modules
Benedikt Peetz