about summary refs log tree commit diff stats
path: root/modules (unfollow)
Commit message (Collapse)Author
2024-05-24fix(modules/system/cleanup): Remove unneeded `nano` dependencyBenedikt Peetz
2024-05-24fix(modules/home/pkgs/brightness): Only include on laptopsBenedikt Peetz
2024-05-24fix(modules/home): Use the canonical package name from `by-name`Benedikt Peetz
2024-05-24fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changesBenedikt Peetz
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
2024-05-23fix(modules/system): Re-add the laptop settings for home-manager compBenedikt Peetz
2024-05-23refactor(hosts/tiamat): Adapt to the new modules for systemBenedikt Peetz
2024-05-23build(flake): UpdateBenedikt Peetz
2024-05-23fix(flake/nixosConfigurations): Adapt to new module structureBenedikt Peetz
2024-05-23refactor(flake/packages): Export the new pkgs setBenedikt Peetz
2024-05-23refactor(flake): Update to new pkgs setBenedikt Peetz