about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* feat(pkgs/scripts/spodi): Rewrite to support artist `update`Soispha2024-03-23
|
* feat(pkgs/scripts/fupdate): Add support for updating without running the scriptSoispha2024-03-23
|
* fix(sys/git_revision): Use long git revSoispha2024-03-23
|
* fix(hm/conf/yambar/scripts/mpd): Put a separator between title and timeSoispha2024-03-23
|
* fix(hm/conf/unison): Remove auto merge featureSoispha2024-03-23
| | | | | | | This never really worked and would only really be useful, if I merged things by hand. But the only way forward, I see right now, is paved by avoiding the need to merge stuff altogether.
* refactor(treewide): Update to new modules names (and simplify some code)Soispha2024-03-23
|
* build(treewide): UpdateSoispha2024-03-23
|
* fix(hm/conf/firefox/extensions): Remove torproject-snowflake temporarilySoispha2024-03-23
| | | | | | | | They got themselves removed from Mozilla's Add-on store. To update the extensions, I know need to remove them temporarily until the situation is resolved. Relevant issue: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
* fix(flake): Correctly export the overlayed package set as `legacyPackages`Soispha2024-03-23
| | | | | | The flake output `legacyPackages` is not actually “legacy”, it's just nested. Thus, the output exporting the overlayed `pkgs` should be named `legacyPackages`.
* fix(flake): Import my modules stuck in nixpkgs prs directlySoispha2024-03-23
| | | | | That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages.
* fix(flake): Use new vendored `generate_firefox_extensions` binarySoispha2024-03-23
|
* feat(pkgs/generate_moz_extensions): Vendor itSoispha2024-03-23
| | | | | | This project was hosted as a separate git repository. It is now vendored, like the other projects directly associated with the configuration.
* fix(pkgs/scripts/update-sys): Add new `systemd-run` dependencySoispha2024-03-10
|
* fix(sys/sound): Disable setting the default volumeSoispha2024-03-10
|
* refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr namesSoispha2024-03-10
|
* style(treewide): FormatSoispha2024-03-10
|
* build(treewide): UpdateSoispha2024-03-10
|
* fix(pkgs/scripts/neorg/review): Use dataHome to store dataSoispha2024-03-07
|
* feat(hm/conf/yambar/mpd): Add song progress and duration informationSoispha2024-03-07
|
* feat(pkgs/scripts/neorg/review): Only review opened projectsSoispha2024-03-07
|
* fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)Soispha2024-03-06
|
* feat(hm/conf/prusa_slicer): InitSoispha2024-03-06
|
* chore(version): v1.37.0 Soispha2024-03-01
|
* fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha2024-03-01
|
* fix(sys/svcs/nix): Finally remove the `nixPath` completelySoispha2024-03-01
|
* feat(pkgs/neorg/review): InitSoispha2024-03-01
| | | | This makes reviewing (and closing) opened firefox tabs easier.
* chore(version): v1.36.2 Soispha2024-03-01
|
* fix(hm/conf/unison): Also try to merge 'log' filesSoispha2024-03-01
|
* fix(hm/conf/unison): Avoid merging, when the merge failsSoispha2024-03-01
|
* fix(hm/conf/unison): Correctly use the `file_name` and `extisions` valuesSoispha2024-03-01
|
* fix(hm/conf/unison): Add missing `diff` dependency for diffsSoispha2024-03-01
|
* fix(hm/conf/unison): Add further files to auto mergeSoispha2024-02-29
|
* chore(version): v1.36.1 Soispha2024-02-28
|
* fix(hm/conf/lf/keymappings): Unmap the later bound keysSoispha2024-02-28
|
* chore(version): v1.36.0 Soispha2024-02-28
|
* docs(todo): UpdateSoispha2024-02-28
|
* feat(hm/conf/lf/keymappings): Set up search keymappingsSoispha2024-02-28
|
* fix(hm/conf/lf/keymappings): Use 'k' for sort mappingsSoispha2024-02-28
| | | | 'l' is already taken.
* fix(sys/svcs/nix): Ensure that the nix path actually gets setSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Improve case 2 outputSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Add missing space in cmd nameSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Output a status message for shellSoispha2024-02-28
|
* fix(hm/conf/zsh/command_not_found.sh): Correctly count found attrsSoispha2024-02-28
|
* fix(hm/conf/zsh): Add a newline to the shell library importSoispha2024-02-28
|
* chore(version): v1.35.0 Soispha2024-02-28
|
* style(sys/svcs/nix): Inline the `nixpkgs` variableSoispha2024-02-28
|
* feat(sys/svcs/nix): Set nix pathSoispha2024-02-28
| | | | This is useful in the nix repl
* fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha2024-02-28
|
* fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha2024-02-28
|
* fix(hm/conf/unison): Add `less`, as it's needed to display diffsSoispha2024-02-28
|