about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* 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
|
* fix(update.sh): Ensure unique variablesBenedikt Peetz2024-05-25
|
* fix(treewide): Use `nixVersions.latest` instead of just `nix`Benedikt Peetz2024-05-25
| | | | | | | `nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`. `nixVersion.latest` is always the last released version of nix. I obviously want that `nix` with more features (and slightly more bugs probably).
* fix(pkgs/by-name/ya/yambar-{memory,cpu}): Add devshellBenedikt 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
|
* feat(pkgs/update.sh): Notify the user about the run update scriptsBenedikt Peetz2024-05-24
|
* fix(pkgs/update.sh): Ensure that the `nix flake update` check worksBenedikt Peetz2024-05-24
| | | | | Previously it also checked `fupdate.sh` because it did not ensure that `update.sh` is the full name.
* fix(pkgs/update.sh): Update to the new `by-name` conventionBenedikt Peetz2024-05-24
|
* fix(pkgs/by-name/{tr,ya}): Move away from `crane.lib.${system}`Benedikt Peetz2024-05-24
| | | | It's deprecated.
* 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(pkgs): Remove unneeded copied filesBenedikt Peetz2024-05-24
|
* fix(modules/home/conf/gpg/keys/key_1): Add key fingerprintBenedikt Peetz2024-05-24
|
* fix(pkgs/by-name/na/neorg): Adapt values to the `by-name` changeBenedikt 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
|
* fix(flake/packages): Adapt the exposed `nvim` to the `pkgs` set changesBenedikt Peetz2024-05-24
|
* refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz2024-05-24
| | | | | Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
* 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(hosts/tiamat): Also use new services modulesBenedikt Peetz2024-05-24
|
* refactor(hosts/apzu): Use new modulesBenedikt Peetz2024-05-24
|
* fix(modules/system): Re-add the laptop settings for home-manager compBenedikt Peetz2024-05-23
|
* refactor(hosts/tiamat): Adapt to the new modules for systemBenedikt Peetz2024-05-23
|
* build(flake): UpdateBenedikt Peetz2024-05-23
|
* fix(flake/nixosConfigurations): Adapt to new module structureBenedikt Peetz2024-05-23
|
* refactor(flake/packages): Export the new pkgs setBenedikt Peetz2024-05-23
|
* refactor(flake): Update to new pkgs setBenedikt 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(pkgs): Categorize into `by-name` shardsBenedikt Peetz2024-05-23
| | | | | | This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.
* refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz2024-05-20
|
* refactor(hm): Rename to `modules/home`Benedikt Peetz2024-05-20
|
* refactor(hm/conf/zsh): Remove old zsh-prompt fileBenedikt Peetz2024-05-12
|
* fix(sys/users/soispha): Add my new ssh keyBenedikt Peetz2024-05-12
|
* fix(hm/conf/git): Update the default key to my new gpg keyBenedikt Peetz2024-05-12
|
* feat(hm/conf/gpg): Use my gpg key as an ssh keyBenedikt Peetz2024-05-12
|
* style(hm/wms/river/init): Accept shfmt's format :(Benedikt Peetz2024-05-12
| | | | | Aligning command line arguments is bad because a small change could result in a big diff.
* refactor(sys/pkgs/neorg/nu): Delete the canceled try at a nu rewriteBenedikt Peetz2024-05-12
|