Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(home/beets): Also store the log in the data-dir | Benedikt Peetz | 2024-08-09 |
| | |||
* | fix(home/beets): Also show the genre when storing a soundtrack | Benedikt Peetz | 2024-08-09 |
| | |||
* | docs(home/beets): Remove out-dated doc comments | Benedikt Peetz | 2024-08-09 |
| | |||
* | fix(home/beets): Move the files | Benedikt Peetz | 2024-08-09 |
| | | | | | This gives beets the full control over the files and thus improves the general handling. | ||
* | fix(home/beets): Disable incremental mode | Benedikt Peetz | 2024-08-08 |
| | | | | | This is sort-of bugged (or at least it does not work how I would expect it to do). | ||
* | feat(home/beets): Show more detail | Benedikt Peetz | 2024-08-08 |
| | |||
* | feat(home/beets): Enable the `incremental` option | Benedikt Peetz | 2024-08-08 |
| | |||
* | fix(home/beets): Try out settings, in the hope to improve genres | Benedikt Peetz | 2024-08-08 |
| | |||
* | fix(home/beets): Tell beets to look for deezer id's | Benedikt Peetz | 2024-08-08 |
| | |||
* | fix(home/beets): Completely disable the `scrub` plugin | Benedikt Peetz | 2024-08-08 |
| | |||
* | fix(home/beets): Use a specific genre for all albums on import | Benedikt Peetz | 2024-08-08 |
| | |||
* | fix(home/beets): Use the `beets` subdir in the music directory | Benedikt Peetz | 2024-08-08 |
| | | | | This makes storing the raw data in the same directory possible. | ||
* | fix(home/beets): Split the replay gain post-import hook | Benedikt Peetz | 2024-08-08 |
| | | | | | The `&&` does not work, thus split the hook into two separate list entries. | ||
* | fix(home/beets): Disable the `lastgenre` plugin | Benedikt Peetz | 2024-08-08 |
| | | | | | The genre should already be set, and using the genres from last.fm is only really worth it, if the song/artist is already popular. | ||
* | fix(home/beets): Correct typo in the `hook` plugin name | Benedikt Peetz | 2024-08-07 |
| | |||
* | feat(home/beets): Init | Benedikt Peetz | 2024-08-07 |
| | |||
* | fix(modules/home/less/lesskey): Fix less not using values from lesskey file | Benedikt Peetz | 2024-08-03 |
| | | | | | | less ignores the lesskey file if it contains the `#stop` directive. This is extremely weird, but one valid fix is just removing the `#stop` directive. | ||
* | fix(modules/home/nvim/plgs/nvim/neorg): Use stable version | Benedikt Peetz | 2024-08-02 |
| | | | | The unstable version is missing an lua dependency | ||
* | fix(modules): Adopt to flake update | Benedikt Peetz | 2024-07-13 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-07-13 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-07-05 |
| | |||
* | fix(modules/home/alacritty/hints): Support git hashes over 7 chars | Benedikt Peetz | 2024-06-28 |
| | |||
* | feat(modules/home/taskwarrior/projects): Add latex project | Benedikt Peetz | 2024-06-22 |
| | |||
* | fix(modules/nvim/plgs/vim-tex): Disable the new `tsb` mapping | Benedikt Peetz | 2024-06-19 |
| | | | | This mapping conflicts with my default `t` mapping to go down. | ||
* | fix(modules/nvim): Update to the newest nixVim version | Benedikt Peetz | 2024-06-19 |
| | | | | | This includes replacing the deprecated `lua = true` pattern with a raw lua value and using the new name for `nil_ls`: `nil-ls` | ||
* | build(treewide): Update | Benedikt Peetz | 2024-06-15 |
| | |||
* | chore(version): v1.38.0 | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(yambar): Correctly specify the `yambar-{cpu,memory}` binaries | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(git/aliases): Add missing config attrs | Benedikt Peetz | 2024-05-25 |
| | |||
* | refactor(git/scripts): Upgrade `git-cm` to a 'real' package | Benedikt Peetz | 2024-05-25 |
| | |||
* | refactor(git): Move aliases to their own file | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(treewide): Remove nheko module and associated secrets | Benedikt Peetz | 2024-05-25 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(modules/home/conf/gpg/keys/key_1): Add key fingerprint | Benedikt Peetz | 2024-05-24 |
| | |||
* | fix(modules/home): Use the canonical package name from `by-name` | Benedikt Peetz | 2024-05-24 |
| | |||
* | feat(pkgs): Pull yambar-{cpu,memory} in tree | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(modules/home): Setup as "normal" NixOS module | Benedikt Peetz | 2024-05-23 |