about summary refs log tree commit diff stats
path: root/.gitignore (unfollow)
Commit message (Collapse)Author
2024-05-24refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz
Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
2024-05-24feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz
2024-05-24fix(modules/system/home-manager): Import soispha's hm configBenedikt Peetz
2024-05-24fix(modules/system): Actually import the `home-manager` moduleBenedikt Peetz
2024-05-24fix(modules/system/services{adb,backup}): Add `services` to option pathBenedikt Peetz
2024-05-24fix(modules/system/{tempfiles,services/steam}): Fix typosBenedikt Peetz
2024-05-24fix(modules/system/nixpkgs): Remove duplicated `config` attr nameBenedikt Peetz
2024-05-24fix(modules/system/networking): Enforce mutually exclusivity between ↵Benedikt Peetz
networkd and NetworkManager
2024-05-24fix(modules/system/{hardware,fonts}): Fix typesystem stuffBenedikt Peetz
2024-05-24fix(hosts/tiamat): Also use new services modulesBenedikt Peetz
2024-05-24refactor(hosts/apzu): Use new modulesBenedikt Peetz