Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkgs/i3bar-river: Update patch to it's newest version prime | Benedikt Peetz | 24 hours |
| | |||
* | modules/nvim/plgs/lsp-progress: Completely remove | Benedikt Peetz | 28 hours |
| | |||
* | modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latex | Benedikt Peetz | 28 hours |
| | | | | | This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use. | ||
* | modules/nvim/plgs/flatten: Remove | Benedikt Peetz | 28 hours |
| | | | | | It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025). | ||
* | modules/nvim/plgs/lf: Use the nixvim module | Benedikt Peetz | 28 hours |
| | |||
* | modules/nvim/plgs/flatten: Re-enable | Benedikt Peetz | 28 hours |
| | | | | | The plugin had breaking changes to its config, which caused me to disable it for some time. | ||
* | modules/nvim/plgs/femaco: Use the nixvim module | Benedikt Peetz | 28 hours |
| | | | | | We still import the config as lua file, as it is essentially just callback functions, which would result in strings and `__raw` in nix. | ||
* | modules/nvim/plgs: Remove unused plugins | Benedikt Peetz | 28 hours |
| | |||
* | modules/nvim/performance: Init | Benedikt Peetz | 28 hours |
| | | | | It might make things faster? | ||
* | modules/nvim/plgs: Auto-load | Benedikt Peetz | 28 hours |
| | |||
* | modules/nvim/mappings: Remove overlapping <Space>c mapping | Benedikt Peetz | 29 hours |
| | |||
* | modules/mergiraf: Init | Benedikt Peetz | 8 days |
| | |||
* | modules/qutebrowser: Correctly quote the statusbar.widgets settings | Benedikt Peetz | 9 days |
| | |||
* | modules/xdg: Inherit path for the url-handler script | Benedikt Peetz | 9 days |
| | |||
* | modules/qutebrowser: Use the shell wrapper | Benedikt Peetz | 14 days |
| | | | | | This makes debugging easier, and using the binary wrapper is rather pointless, as a python application already has a very bad startup time. | ||
* | modules/qutebrowser: Show the current session in the statusbar | Benedikt Peetz | 14 days |
| | |||
* | modules/common/projects.json: Remove trailing comma | Benedikt Peetz | 2025-06-11 |
| | | | | How could I even dare to include this!? | ||
* | modules/common/projects.json: Remove unneeded ones | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/qutebrowser: Use correct path to binary in wrapper | Benedikt Peetz | 2025-06-11 |
| | |||
* | modules/boot: Migrate to new `sbctl` directory | Benedikt Peetz | 2025-06-10 |
| | | | | Otherwise, `sbctl` will yell at you, that your setup is deprecated. | ||
* | modules/common: Add useful todo comment | Benedikt Peetz | 2025-06-06 |
| | |||
* | {modules,pkgs}/qutebrowser: Enable qutebrowser support | Benedikt Peetz | 2025-06-06 |
| | |||
* | modules/nvim/plgs/lsp/pylyzer: Drop | Benedikt Peetz | 2025-06-06 |
| | | | | This was unused since it's addition. | ||
* | modules/impermanance: Avoid keeping `~/.mozilla` around | Benedikt Peetz | 2025-06-06 |
| | |||
* | modules/legacy/beets: Use a better path config | Benedikt Peetz | 2025-06-06 |
| | | | | I don't really care about genres or the various albumtypes. | ||
* | modules/legacy/beets: Move the `replace_override` file in the nix file | Benedikt Peetz | 2025-06-06 |
| | | | | | | I have no idea, why this is a separate file. This change also removes some windows specific replace sequences. | ||
* | modules/legacy/beets: Remove unused plugins | Benedikt Peetz | 2025-06-06 |
| | | | | | I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless. | ||
* | modules/firefox: Drop | Benedikt Peetz | 2025-06-06 |
| | | | | This is no longer needed as I have migrated my browser to qutebrowser. | ||
* | modules/common/projects: Add `me.job` | Benedikt Peetz | 2025-06-02 |
| | |||
* | modules/river: Move the log file to `~/.cache` | Benedikt Peetz | 2025-05-30 |
| | | | | It is not actually something, that I want to keep around. | ||
* | modules/river: Move the `river-start` package into the module | Benedikt Peetz | 2025-05-30 |
| | | | | | The package was already tied to the module (via the log file path) and as such should be in the module directory. | ||
* | modules/lf: Consolidate the `ll` and `lm` wrappers in the module | Benedikt Peetz | 2025-05-30 |
| | | | | Having them as separate packages was just not necessary. | ||
* | modules/i3status-rust: Use correct `cfg` value | Benedikt Peetz | 2025-05-20 |
| | | | | Otherwise, we inject the `i3bar-river` command into itself. | ||
* | modules/common: Switch from `yambar` to `i3bar-river` | Benedikt Peetz | 2025-05-20 |
| | | | | | Currently, the config is not yet adapted for my laptop, which is why the old yambar module is still left in-tree. | ||
* | modules/{i3bar-river,i3status-rust}: Init | Benedikt Peetz | 2025-05-20 |
| | |||
* | modules/nix: Switch to the latest `lix` version | Benedikt Peetz | 2025-05-20 |
| | |||
* | modules/common/nixos_shell_config: Remove undefined `soispha.hardware` opts | Benedikt Peetz | 2025-05-17 |
| | |||
* | modules/nix-index/command_not_found_handler: Remove reference to shell_library | Benedikt Peetz | 2025-05-17 |
| | | | | | `ptmp` was previously (impurely) injected into this code, but is now no longer available. | ||
* | modules/common: Activate `soispha.hardware` by default | Benedikt Peetz | 2025-05-17 |
| | |||
* | modules/starship: Mark shells that are started in a nixos-shell VM | Benedikt Peetz | 2025-05-17 |
| | |||
* | modules/nixos-shell: Init | Benedikt Peetz | 2025-05-17 |
| | | | | | | A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell | ||
* | modules/common: Active `nix-index` by default. | Benedikt Peetz | 2025-05-16 |
| | |||
* | modules/gpg: Move the `pinentryPackage` to `pinentry.package` | Benedikt Peetz | 2025-05-16 |
| | |||
* | modules/age: Correctly spell `age` | Benedikt Peetz | 2025-05-16 |
| | |||
* | treewide: Update | Benedikt Peetz | 2025-05-16 |
| | |||
* | modules/legacy/mako: Migrate to `by-name` | Benedikt Peetz | 2025-05-16 |
| | |||
* | modules/tskm: Switch to new project path | Benedikt Peetz | 2025-05-16 |
| | |||
* | modules/{atuin,taskwarrior}: Make enabling age configurable | Benedikt Peetz | 2025-05-16 |
| | | | | A VM/test without age keys still needs to be able to use this modules. | ||
* | modules/common: Don't always persist `/var/{lib/nixos,log}` | Benedikt Peetz | 2025-05-16 |
| | | | | Both of these make building a VM hard. | ||
* | modules/age: Init | Benedikt Peetz | 2025-05-16 |
| |