aboutsummaryrefslogtreecommitdiffstats
path: root/modules/system (unfollow)
Commit message (Collapse)Author
2024-08-02fix(modules/home/nvim/plgs/nvim/neorg): Use stable versionBenedikt Peetz
The unstable version is missing an lua dependency
2024-08-02fix(modules/system/sound): Remove overloaded `sound` optionBenedikt Peetz
This was deprecated in nixpkgs.
2024-07-13fix(modules): Adopt to flake updateBenedikt Peetz
2024-07-13build(treewide): UpdateBenedikt Peetz
2024-07-05fix(snapper): Use strings instead of numbers for the snapper env variablesBenedikt Peetz
2024-07-05refactor(hosts): Also move bluetooth and graphics to separate modulesBenedikt Peetz
2024-07-05build(treewide): UpdateBenedikt Peetz
2024-06-15feat(system/boot): Always select last used boot entryBenedikt Peetz
2024-05-26fix(hardware): Disable udev rules for onlykeyBenedikt Peetz
2024-05-25fix(services/nix): Override both `legacyPackages` attrs when adding the flakeBenedikt Peetz
2024-05-25fix(modules/services/nix): Add my overlayed `nixpkgs` to the flakeBenedikt Peetz
2024-05-25feat(modules/system/issue_file): Add the last modification dateBenedikt Peetz
2024-05-25fix(treewide): Remove nheko module and associated secretsBenedikt Peetz
2024-05-25build(treewide): UpdateBenedikt Peetz
2024-05-24fix(update.sh): Use more descriptive names for the toplevel update.sh scriptsBenedikt Peetz
2024-05-24style(treewide): ReformatBenedikt Peetz
2024-05-24fix(modules/system/documentation): Avoid including all modulesBenedikt Peetz
The lanzaboote module fails to evaluate its default value for the `configurationLimit` parameter.
2024-05-24fix(modules/system/cleanup): Remove unneeded `nano` dependencyBenedikt Peetz
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-23fix(modules/system): Re-add the laptop settings for home-manager compBenedikt Peetz
2024-05-23refactor(nixpkgs): Configure nixpkgs via the module systemBenedikt Peetz
2024-05-23refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz