about summary refs log tree commit diff stats
path: root/modules (unfollow)
Commit message (Collapse)Author
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2024-05-12refactor(hm/conf/zsh): Remove old zsh-prompt fileBenedikt Peetz
2024-05-12fix(sys/users/soispha): Add my new ssh keyBenedikt Peetz
2024-05-12fix(hm/conf/git): Update the default key to my new gpg keyBenedikt Peetz
2024-05-12feat(hm/conf/gpg): Use my gpg key as an ssh keyBenedikt Peetz
2024-05-12style(hm/wms/river/init): Accept shfmt's format :(Benedikt Peetz
Aligning command line arguments is bad because a small change could result in a big diff.
2024-05-12refactor(sys/pkgs/neorg/nu): Delete the canceled try at a nu rewriteBenedikt Peetz
2024-05-12feat(hm/conf/gpg/keys): Add my new gpg keyBenedikt Peetz
2024-05-12fix(sys/boot): Restore the bootsetup to the status quoBenedikt Peetz
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.
2024-05-11fix(sys/boot): Always update the config-fileBenedikt Peetz
2024-05-11fix(sys/boot): Include a parameter for the device the iso is stored onBenedikt Peetz
2024-05-11fix(sys/boot): Use a disk backed directory to store the big isoBenedikt Peetz
2024-05-11fix(sys/secrets): Remove unused serverphone secretsBenedikt Peetz
2024-05-11fix(sys/boot): Also apply the `systemd-boot` settings, when lanzaboote is activeBenedikt Peetz
2024-05-11feat(sys/boot): Provide the latest arch-iso as boot targetBenedikt Peetz
2024-05-11feat(hm/conf/firefox/conf/search): Add a direct nixos github pr searchBenedikt Peetz
2024-05-11fix(hm/conf/firefox/conf/search): Update home-manager options search urlBenedikt Peetz
2024-05-11fix(hm/conf/firefox/conf/search): Change nixos wiki to new domainBenedikt Peetz
2024-05-11fix(hm/conf/lf): Correctly implement symlink followingBenedikt Peetz
2024-05-10fix(hm/wms/river/init): Restore the pre 3.0 forced ssdBenedikt Peetz
Otherwise random windows (alacritty for example) don't have the focused border (or any border).
2024-05-10refactor(hm/wms/river/init): Update to river 3.0Benedikt Peetz
2024-05-10chore(treewide): Fully remove any last mentions of git-cryptBenedikt Peetz
2024-05-10chore(treewide): Remove git cryptBenedikt Peetz
2024-05-10docs(notes/git_crypt): Add information on how to remove `git-crypt`Benedikt Peetz
2024-05-10chore(hm/conf/task/projects): UpdateBenedikt Peetz
2024-05-10fix(hm/conf/gpg): Set correct gpg home variableBenedikt Peetz
2024-05-10fix(hm/conf/gpg): Allow mutable keys and thus remove old keysBenedikt Peetz
2024-05-09fix(hm/conf/gpg): Remove `onlykey` specific configurationBenedikt Peetz
2024-05-09fix(sys/hardware): Enable the nitrokey udev rulesBenedikt Peetz
2024-05-09fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entryBenedikt Peetz
2024-05-09fix(sys/nixpkgs): All the unfree 'pypemicro'Benedikt Peetz
2024-05-09fix(sys/secrets/lf/cd_paths): RegenerateBenedikt Peetz
2024-05-09style(treewide): FormatBenedikt Peetz
2024-05-09feat(sys/pkgs/scripts/update-sys): Enable completionsBenedikt Peetz
2024-05-09fix(hm/conf/python): Create history file, if it does not existBenedikt Peetz
2024-05-09fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`Benedikt Peetz
This field is not always available.
2024-05-09refactor(sys/pkgs/comments): Use better direnv api, instead of bare `.env` fileBenedikt Peetz
2024-05-09fix(sys/libvirt): Disable, as tiamat can't build `ceph`Benedikt Peetz
2024-05-09chore(treewide): Conform to changed settingsBenedikt Peetz
2024-05-09build(treewide): UpdateBenedikt Peetz
2024-05-09chore(flake): Deduplicate inputs with nixvimBenedikt Peetz
2024-05-09fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz
2024-05-09style(treewide): Comply with `nix fmt`Benedikt Peetz
2024-05-09refactor(hm/conf/zsh): Move xdg vars under the xdg directoryBenedikt Peetz
2024-05-09fix(sys/pkgs/yt): Don't require an thumbnail urlBenedikt Peetz
Some extractors do not provide it.
2024-05-09feat(hm/conf/lf/keybindings): Add a keybind to follow symnlinksBenedikt Peetz
2024-05-09fix(hm/conf/lf/keybindings): Use the autogenerate cd mappingsBenedikt Peetz
2024-05-09fix(hm/conf/python): Correctly tell python to use a history fileBenedikt Peetz
2024-05-09fix(hm/conf/nvim/plgs/lsp/servers/ltex): Don't use in html filesBenedikt Peetz
Ltex tries to correct spelling mistakes in the html tags.