about summary refs log tree commit diff stats
path: root/sys/sound (unfollow)
Commit message (Collapse)Author
2024-03-23feat(pkgs/scripts/fupdate): Add support for updating without running the scriptSoispha
2024-03-23fix(sys/git_revision): Use long git revSoispha
2024-03-23fix(hm/conf/yambar/scripts/mpd): Put a separator between title and timeSoispha
2024-03-23fix(hm/conf/unison): Remove auto merge featureSoispha
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.
2024-03-23refactor(treewide): Update to new modules names (and simplify some code)Soispha
2024-03-23build(treewide): UpdateSoispha
2024-03-23fix(hm/conf/firefox/extensions): Remove torproject-snowflake temporarilySoispha
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
2024-03-23fix(flake): Correctly export the overlayed package set as `legacyPackages`Soispha
The flake output `legacyPackages` is not actually “legacy”, it's just nested. Thus, the output exporting the overlayed `pkgs` should be named `legacyPackages`.
2024-03-23fix(flake): Import my modules stuck in nixpkgs prs directlySoispha
That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages.
2024-03-23fix(flake): Use new vendored `generate_firefox_extensions` binarySoispha
2024-03-23feat(pkgs/generate_moz_extensions): Vendor itSoispha
This project was hosted as a separate git repository. It is now vendored, like the other projects directly associated with the configuration.
2024-03-10fix(pkgs/scripts/update-sys): Add new `systemd-run` dependencySoispha
2024-03-10fix(sys/sound): Disable setting the default volumeSoispha
2024-03-10refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr namesSoispha
2024-03-10style(treewide): FormatSoispha
2024-03-10build(treewide): UpdateSoispha
2024-03-07fix(pkgs/scripts/neorg/review): Use dataHome to store dataSoispha
2024-03-07feat(hm/conf/yambar/mpd): Add song progress and duration informationSoispha
2024-03-07feat(pkgs/scripts/neorg/review): Only review opened projectsSoispha
2024-03-06fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)Soispha
2024-03-06feat(hm/conf/prusa_slicer): InitSoispha
2024-03-01chore(version): v1.37.0 Soispha
2024-03-01fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha
2024-03-01fix(sys/svcs/nix): Finally remove the `nixPath` completelySoispha
2024-03-01feat(pkgs/neorg/review): InitSoispha
This makes reviewing (and closing) opened firefox tabs easier.
2024-03-01chore(version): v1.36.2 Soispha
2024-03-01fix(hm/conf/unison): Also try to merge 'log' filesSoispha
2024-03-01fix(hm/conf/unison): Avoid merging, when the merge failsSoispha
2024-03-01fix(hm/conf/unison): Correctly use the `file_name` and `extisions` valuesSoispha
2024-03-01fix(hm/conf/unison): Add missing `diff` dependency for diffsSoispha
2024-02-29fix(hm/conf/unison): Add further files to auto mergeSoispha
2024-02-28chore(version): v1.36.1 Soispha
2024-02-28fix(hm/conf/lf/keymappings): Unmap the later bound keysSoispha
2024-02-28chore(version): v1.36.0 Soispha
2024-02-28docs(todo): UpdateSoispha
2024-02-28feat(hm/conf/lf/keymappings): Set up search keymappingsSoispha
2024-02-28fix(hm/conf/lf/keymappings): Use 'k' for sort mappingsSoispha
'l' is already taken.
2024-02-28fix(sys/svcs/nix): Ensure that the nix path actually gets setSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Improve case 2 outputSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Add missing space in cmd nameSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Output a status message for shellSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Correctly count found attrsSoispha
2024-02-28fix(hm/conf/zsh): Add a newline to the shell library importSoispha
2024-02-28chore(version): v1.35.0 Soispha
2024-02-28style(sys/svcs/nix): Inline the `nixpkgs` variableSoispha
2024-02-28feat(sys/svcs/nix): Set nix pathSoispha
This is useful in the nix repl
2024-02-28fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha
2024-02-28fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha
2024-02-28fix(hm/conf/unison): Add `less`, as it's needed to display diffsSoispha
2024-02-28fix(hm/conf/unison): Don't pass `links` argument along twiceSoispha