Commit message (Collapse) | Author | ||
---|---|---|---|
4 days | pkgs/tskm: Merge tags of inputs, which have to same url | Benedikt Peetz | |
4 days | pkgs/tskm: Use correct key for `default-features` in `md5` dep | Benedikt Peetz | |
4 days | modules/common: Add useful todo comment | Benedikt Peetz | |
4 days | pkgs/tskm: Fail, when a `task` invocation fails | Benedikt Peetz | |
4 days | pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list` | Benedikt Peetz | |
4 days | {modules,pkgs}/qutebrowser: Enable qutebrowser support | Benedikt Peetz | |
4 days | pkgs/fupdate: Move cli test into a `tests` module | Benedikt Peetz | |
4 days | modules/nvim/plgs/lsp/pylyzer: Drop | Benedikt Peetz | |
This was unused since it's addition. | |||
4 days | modules/impermanance: Avoid keeping `~/.mozilla` around | Benedikt Peetz | |
4 days | hosts/default.nix: Promote `self` to `specialArgs` | Benedikt Peetz | |
If we import a something, based on the path of one of our flakes inputs, passing `self` as normal arg will result in an inf rec. | |||
4 days | flake/devShells: Remove unneeded binaries | Benedikt Peetz | |
4 days | treewide: Update | Benedikt Peetz | |
4 days | modules/legacy/beets: Use a better path config | Benedikt Peetz | |
I don't really care about genres or the various albumtypes. | |||
4 days | modules/legacy/beets: Move the `replace_override` file in the nix file | Benedikt Peetz | |
I have no idea, why this is a separate file. This change also removes some windows specific replace sequences. | |||
4 days | modules/legacy/beets: Remove unused plugins | Benedikt Peetz | |
I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless. | |||
4 days | flake: Remove the arkenfox-nixos dependency | Benedikt Peetz | |
Without firefox, this dependency is useless. | |||
4 days | modules/firefox: Drop | Benedikt Peetz | |
This is no longer needed as I have migrated my browser to qutebrowser. | |||
4 days | pkgs/generate_moz_extension: Drop | Benedikt Peetz | |
This is no longer needed, as I have moved away from firefox. | |||
8 days | pkgs/tskm/cli::input::file: Support adding default tags to file import | Benedikt Peetz | |
8 days | pkgs/tskm/input/handle: Use types to contain parsing and dry code | Benedikt Peetz | |
8 days | pkgs/tskm: Format with latest rustfmt | Benedikt Peetz | |
8 days | pkgs/tskm: Remove unused features | Benedikt Peetz | |
9 days | modules/common/projects: Add `me.job` | Benedikt Peetz | |
11 days | pkgs/fupdate: Make killing the update processes possible | Benedikt Peetz | |
`Command::spawn` will continue to run the command even if the parent exits (e.g., due to CTRL+C). This is not ideal, so we replace it with `Command::status`. | |||
11 days | modules/river: Move the log file to `~/.cache` | Benedikt Peetz | |
It is not actually something, that I want to keep around. | |||
11 days | modules/river: Move the `river-start` package into the module | Benedikt Peetz | |
The package was already tied to the module (via the log file path) and as such should be in the module directory. | |||
11 days | modules/lf: Consolidate the `ll` and `lm` wrappers in the module | Benedikt Peetz | |
Having them as separate packages was just not necessary. | |||
11 days | treewide: Update | Benedikt Peetz | |
This also contains a bump to 25.05. | |||
11 days | pkgs/yambar-modules: Drop | Benedikt Peetz | |
I migrated away from yambar, and i3status-rust provides a batter alternative for these anyways. | |||
2025-05-20 | modules/i3status-rust: Use correct `cfg` value | Benedikt Peetz | |
Otherwise, we inject the `i3bar-river` command into itself. | |||
2025-05-20 | modules/common: Switch from `yambar` to `i3bar-river` | Benedikt Peetz | |
Currently, the config is not yet adapted for my laptop, which is why the old yambar module is still left in-tree. | |||
2025-05-20 | modules/{i3bar-river,i3status-rust}: Init | Benedikt Peetz | |
2025-05-20 | pkgs/{i3bar-river,i3status-rust}: Init | Benedikt Peetz | |
2025-05-20 | hosts/{apzu,tiamat}: Use wrapped `mpp` | Benedikt Peetz | |
2025-05-20 | modules/nix: Switch to the latest `lix` version | Benedikt Peetz | |
2025-05-20 | pkgs/mpp: Keep meta attributes like `mainProgram` | Benedikt Peetz | |
2025-05-17 | 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 | |
`ptmp` was previously (impurely) injected into this code, but is now no longer available. | |||
2025-05-17 | 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 | |
A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell | |||
2025-05-16 | pkgs/default.nix: Migrate to the package arguments | Benedikt Peetz | |
2025-05-16 | modules/common: Active `nix-index` by default. | Benedikt Peetz | |
2025-05-16 | flake: Avoid duplicated `systems` input | 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 | pkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.sh | Benedikt Peetz | |
This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran. | |||
2025-05-16 | treewide: Update | Benedikt Peetz | |
2025-05-16 | modules/legacy/mako: Migrate to `by-name` | Benedikt Peetz | |
2025-05-16 | pkgs/fupdate-flake: Actually pass arguments to the update script | Benedikt Peetz | |