about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* 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
|
* feat(hm/conf/gpg/keys): Add my new gpg keyBenedikt Peetz2024-05-12
|
* fix(sys/boot): Restore the bootsetup to the status quoBenedikt Peetz2024-05-12
| | | | | | | Having a read-only ISO (preferably tails) ready to test things is quite cool, but actually setting this up requires an EFI partition that can store the 1+ GB ISO. Thus, this change needs to be deferred until a disk reinstall can be made.
* fix(sys/boot): Always update the config-fileBenedikt Peetz2024-05-11
|
* fix(sys/boot): Include a parameter for the device the iso is stored onBenedikt Peetz2024-05-11
|
* fix(sys/boot): Use a disk backed directory to store the big isoBenedikt Peetz2024-05-11
|
* fix(sys/secrets): Remove unused serverphone secretsBenedikt Peetz2024-05-11
|
* fix(sys/boot): Also apply the `systemd-boot` settings, when lanzaboote is activeBenedikt Peetz2024-05-11
|
* feat(sys/boot): Provide the latest arch-iso as boot targetBenedikt Peetz2024-05-11
|
* feat(hm/conf/firefox/conf/search): Add a direct nixos github pr searchBenedikt Peetz2024-05-11
|
* fix(hm/conf/firefox/conf/search): Update home-manager options search urlBenedikt Peetz2024-05-11
|
* fix(hm/conf/firefox/conf/search): Change nixos wiki to new domainBenedikt Peetz2024-05-11
|
* fix(hm/conf/lf): Correctly implement symlink followingBenedikt Peetz2024-05-11
|
* fix(hm/wms/river/init): Restore the pre 3.0 forced ssdBenedikt Peetz2024-05-10
| | | | | Otherwise random windows (alacritty for example) don't have the focused border (or any border).
* refactor(hm/wms/river/init): Update to river 3.0Benedikt Peetz2024-05-10
|
* chore(treewide): Fully remove any last mentions of git-cryptBenedikt Peetz2024-05-10
|
* chore(treewide): Remove git cryptBenedikt Peetz2024-05-10
|
* docs(notes/git_crypt): Add information on how to remove `git-crypt`Benedikt Peetz2024-05-10
|
* chore(hm/conf/task/projects): UpdateBenedikt Peetz2024-05-10
|
* fix(hm/conf/gpg): Set correct gpg home variableBenedikt Peetz2024-05-10
|
* fix(hm/conf/gpg): Allow mutable keys and thus remove old keysBenedikt Peetz2024-05-10
|
* fix(hm/conf/gpg): Remove `onlykey` specific configurationBenedikt Peetz2024-05-09
|
* fix(sys/hardware): Enable the nitrokey udev rulesBenedikt Peetz2024-05-09
|
* fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entryBenedikt Peetz2024-05-09
|
* fix(sys/nixpkgs): All the unfree 'pypemicro'Benedikt Peetz2024-05-09
|
* fix(sys/secrets/lf/cd_paths): RegenerateBenedikt Peetz2024-05-09
|
* style(treewide): FormatBenedikt Peetz2024-05-09
|
* feat(sys/pkgs/scripts/update-sys): Enable completionsBenedikt Peetz2024-05-09
|
* fix(hm/conf/python): Create history file, if it does not existBenedikt Peetz2024-05-09
|
* fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`Benedikt Peetz2024-05-09
| | | | This field is not always available.
* refactor(sys/pkgs/comments): Use better direnv api, instead of bare `.env` fileBenedikt Peetz2024-05-09
|
* fix(sys/libvirt): Disable, as tiamat can't build `ceph`Benedikt Peetz2024-05-09
|
* chore(treewide): Conform to changed settingsBenedikt Peetz2024-05-09
|
* build(treewide): UpdateBenedikt Peetz2024-05-09
|
* chore(flake): Deduplicate inputs with nixvimBenedikt Peetz2024-05-09
|
* fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz2024-05-09
|
* style(treewide): Comply with `nix fmt`Benedikt Peetz2024-05-09
|
* refactor(hm/conf/zsh): Move xdg vars under the xdg directoryBenedikt Peetz2024-05-09
|