Commit message (Collapse) | Author | ||
---|---|---|---|
8 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. | |||
8 days | flake/devShells: Remove unneeded binaries | Benedikt Peetz | |
8 days | treewide: Update | Benedikt Peetz | |
8 days | modules/legacy/beets: Use a better path config | Benedikt Peetz | |
I don't really care about genres or the various albumtypes. | |||
8 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. | |||
8 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. | |||
8 days | flake: Remove the arkenfox-nixos dependency | Benedikt Peetz | |
Without firefox, this dependency is useless. | |||
8 days | modules/firefox: Drop | Benedikt Peetz | |
This is no longer needed as I have migrated my browser to qutebrowser. | |||
8 days | pkgs/generate_moz_extension: Drop | Benedikt Peetz | |
This is no longer needed, as I have moved away from firefox. | |||
13 days | pkgs/tskm/cli::input::file: Support adding default tags to file import | Benedikt Peetz | |
13 days | pkgs/tskm/input/handle: Use types to contain parsing and dry code | Benedikt Peetz | |
13 days | pkgs/tskm: Format with latest rustfmt | Benedikt Peetz | |
13 days | pkgs/tskm: Remove unused features | Benedikt Peetz | |
13 days | modules/common/projects: Add `me.job` | Benedikt Peetz | |
2025-05-30 | 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`. | |||
2025-05-30 | modules/river: Move the log file to `~/.cache` | Benedikt Peetz | |
It is not actually something, that I want to keep around. | |||
2025-05-30 | 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. | |||
2025-05-30 | modules/lf: Consolidate the `ll` and `lm` wrappers in the module | Benedikt Peetz | |
Having them as separate packages was just not necessary. | |||
2025-05-30 | treewide: Update | Benedikt Peetz | |
This also contains a bump to 25.05. | |||
2025-05-30 | 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 | |
2025-05-16 | modules/tskm: Switch to new project path | Benedikt Peetz | |
2025-05-16 | modules/{atuin,taskwarrior}: Make enabling age configurable | Benedikt Peetz | |
A VM/test without age keys still needs to be able to use this modules. | |||
2025-05-16 | modules/common: Don't always persist `/var/{lib/nixos,log}` | Benedikt Peetz | |
Both of these make building a VM hard. | |||
2025-05-16 | modules/age: Init | Benedikt Peetz | |
2025-05-16 | pkgs/stamp: Add `coreutils` dependency | Benedikt Peetz | |
This is needed for the `cat` in `help`. | |||
2025-05-16 | modules/legacy/nix-index: Migrate to by-name | Benedikt Peetz | |
2025-05-16 | hosts: Move to a `by-name` schema | Benedikt Peetz | |
2025-05-16 | modules: Import external modules in the module that actually need them | Benedikt Peetz | |
2025-05-16 | flake: Pack arguments in attribute sets | Benedikt Peetz | |
This avoids having to change 3+ files, if you need to add a new argument. |