about summary refs log tree commit diff stats
path: root/modules (follow)
Commit message (Collapse)AuthorAge
...
* fix(home/beets): Correct typo in the `hook` plugin nameBenedikt Peetz2024-08-07
|
* feat(home/beets): InitBenedikt Peetz2024-08-07
|
* fix(modules/home/less/lesskey): Fix less not using values from lesskey fileBenedikt Peetz2024-08-03
| | | | | | less ignores the lesskey file if it contains the `#stop` directive. This is extremely weird, but one valid fix is just removing the `#stop` directive.
* fix(modules/home/nvim/plgs/nvim/neorg): Use stable versionBenedikt Peetz2024-08-02
| | | | The unstable version is missing an lua dependency
* fix(modules/system/sound): Remove overloaded `sound` optionBenedikt Peetz2024-08-02
| | | | This was deprecated in nixpkgs.
* fix(modules): Adopt to flake updateBenedikt Peetz2024-07-13
|
* build(treewide): UpdateBenedikt Peetz2024-07-13
|
* fix(snapper): Use strings instead of numbers for the snapper env variablesBenedikt Peetz2024-07-05
|
* refactor(hosts): Also move bluetooth and graphics to separate modulesBenedikt Peetz2024-07-05
|
* build(treewide): UpdateBenedikt Peetz2024-07-05
|
* fix(modules/home/alacritty/hints): Support git hashes over 7 charsBenedikt Peetz2024-06-28
|
* feat(modules/home/taskwarrior/projects): Add latex projectBenedikt Peetz2024-06-22
|
* fix(modules/nvim/plgs/vim-tex): Disable the new `tsb` mappingBenedikt Peetz2024-06-19
| | | | This mapping conflicts with my default `t` mapping to go down.
* fix(modules/nvim): Update to the newest nixVim versionBenedikt Peetz2024-06-19
| | | | | This includes replacing the deprecated `lua = true` pattern with a raw lua value and using the new name for `nil_ls`: `nil-ls`
* feat(system/boot): Always select last used boot entryBenedikt Peetz2024-06-15
|
* build(treewide): UpdateBenedikt Peetz2024-06-15
|
* fix(hardware): Disable udev rules for onlykeyBenedikt Peetz2024-05-26
|
* fix(services/nix): Override both `legacyPackages` attrs when adding the flakeBenedikt Peetz2024-05-25
|
* chore(version): v1.38.0Benedikt Peetz2024-05-25
|
* fix(yambar): Correctly specify the `yambar-{cpu,memory}` binariesBenedikt Peetz2024-05-25
|
* fix(git/aliases): Add missing config attrsBenedikt Peetz2024-05-25
|
* feat(pkgs): Add a `git-cleanup` scriptBenedikt Peetz2024-05-25
|
* refactor(git/scripts): Upgrade `git-cm` to a 'real' packageBenedikt Peetz2024-05-25
|
* refactor(git): Move aliases to their own fileBenedikt Peetz2024-05-25
|
* fix(modules/services/nix): Add my overlayed `nixpkgs` to the flakeBenedikt Peetz2024-05-25
|
* feat(modules/system/issue_file): Add the last modification dateBenedikt Peetz2024-05-25
|
* fix(treewide): Remove nheko module and associated secretsBenedikt Peetz2024-05-25
|
* build(treewide): UpdateBenedikt Peetz2024-05-25
|
* fix(update.sh): Use more descriptive names for the toplevel update.sh scriptsBenedikt Peetz2024-05-24
|
* style(treewide): ReformatBenedikt Peetz2024-05-24
|
* fix(modules/system/documentation): Avoid including all modulesBenedikt Peetz2024-05-24
| | | | | The lanzaboote module fails to evaluate its default value for the `configurationLimit` parameter.
* fix(modules/home/conf/gpg/keys/key_1): Add key fingerprintBenedikt Peetz2024-05-24
|
* fix(modules/system/cleanup): Remove unneeded `nano` dependencyBenedikt Peetz2024-05-24
|
* fix(modules/home/pkgs/brightness): Only include on laptopsBenedikt Peetz2024-05-24
|
* fix(modules/home): Use the canonical package name from `by-name`Benedikt Peetz2024-05-24
|
* feat(pkgs): Pull yambar-{cpu,memory} in treeBenedikt Peetz2024-05-24
|
* fix(modules/system/home-manager): Import soispha's hm configBenedikt Peetz2024-05-24
|
* fix(modules/system): Actually import the `home-manager` moduleBenedikt Peetz2024-05-24
|
* fix(modules/system/services{adb,backup}): Add `services` to option pathBenedikt Peetz2024-05-24
|
* fix(modules/system/{tempfiles,services/steam}): Fix typosBenedikt Peetz2024-05-24
|
* fix(modules/system/nixpkgs): Remove duplicated `config` attr nameBenedikt Peetz2024-05-24
|
* fix(modules/system/networking): Enforce mutually exclusivity between ↵Benedikt Peetz2024-05-24
| | | | networkd and NetworkManager
* fix(modules/system/{hardware,fonts}): Fix typesystem stuffBenedikt Peetz2024-05-24
|
* fix(modules/system): Re-add the laptop settings for home-manager compBenedikt Peetz2024-05-23
|
* refactor(nixpkgs): Configure nixpkgs via the module systemBenedikt Peetz2024-05-23
|
* refactor(modules/home/pkgs): Readd whilst using the new `pkgs`Benedikt Peetz2024-05-23
|
* refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz2024-05-23
|
* refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz2024-05-20
|
* refactor(hm): Rename to `modules/home`Benedikt Peetz2024-05-20