about summary refs log tree commit diff stats
path: root/hosts/_unmaintained/mammun/hardware/default.nix (unfollow)
Commit message (Collapse)Author
5 hoursfeat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz
6 hoursfeat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz
6 hoursdocs(modules/legacy/mbsync): Improve documentation of set optionsBenedikt Peetz
6 hoursstyle(treewide): FormatBenedikt Peetz
8 hoursfix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵Benedikt Peetz
with noogle noogle.dev is actually up-to-date, whilst the manuals have not been updated since 23.11. This is simply because they were experiments and prove of concepts for a paged nixpkgs/lib manual.
8 hoursfix(modules/legacy/conf/firefox/bookmarks): Remove outdated onesBenedikt Peetz
I have not used them in ages.
8 hoursfix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz
8 hoursfix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz
All these files are no longer there, and if they start to crop up again, I would like to notice it.
10 hoursfix(modules/lf/commands/archive_{compress,decompress}): Correctly store pathsBenedikt Peetz
24 hoursfix(modules/lf/commands/archive_decompress): Pipe the filenames not the fileBenedikt Peetz
Previously, we piped `$fx` directly into the shell, resulting in it opening the archive and interpreting it as the file name.
24 hoursfix(modules/lf/commands/trash_{clear,restore}): Don't start trash's ↵Benedikt Peetz
interactive mode When no files have been selected, trashy's trash client will start an "interactive" mode and prompt for the files _again_. This should obviously be avoided.
24 hoursfix(modules/lf/commands/trash_{clear,restore}): Use full path to fileBenedikt Peetz
Otherwise, `trash {empty,restore}` will not find it.
24 hoursfix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz
24 hoursfix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz
24 hoursfix(modules/lf/commands/): Correctly modify `$@` when in a while read loopBenedikt Peetz
Previously, I just piped into the loop which resulted in it becoming a subshell (i.e., all variable assignments were local to that loop.) The only way to work around this in POSIX shell is via temporary files, like implemented in the `base.sh` `tmp` function. I'd hoped to finally rid myself of these, when migrating away from the sysLib, but I see no other way to achieve the desired result.
27 hoursfix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw`Benedikt Peetz
27 hoursstyle(pkgs/update-vim-plugins): FormatBenedikt Peetz
27 hourstest(tests/nvim-neorg): Increase sleep before last regex check to 1sBenedikt Peetz
Otherwise, it seemed to sometimes fail.
27 hoursdocs(modules/ollama): Add TODO commentBenedikt Peetz
27 hoursfix(modules/nvim): Use the global nixpkgs setBenedikt Peetz
27 hoursfix(modules/lf/commands): ReworkBenedikt Peetz
- Remove the dependency on `sysLib` - And rework each script, fixing old mistakes
29 hoursfix(pkgs/{screenshot_persistent,lock,neorg}): Add `meta.mainProgram`Benedikt Peetz
29 hoursfix(pkgs/screenshot_persistent): Start lf floating and on the correct fileBenedikt Peetz
29 hoursrefactor(pkgs/lock): Migrate away from `sysLib`Benedikt Peetz
29 hoursfix(flake/packages): Use correct nvim package to overrideBenedikt Peetz
30 hoursrefactor(pkgs/screenshot_persistent): Migrate to `writeShellApplication`Benedikt Peetz
`sysLib` is a good _framework_, but the overhead of the framework too much for such a simple shell script.
30 hoursfix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz
30 hoursbuild(treewide): UpdateBenedikt Peetz
30 hoursfix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz
We can use the `/etc/zshenv` file.
30 hoursfix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz
This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`.
30 hoursrefactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
30 hoursfeat(lib): Init `baseLib`Benedikt Peetz
30 hoursbuild(build.sh): Allow passing arguments to nixBenedikt Peetz
30 hoursrefactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
3 daysfix(modules/direnv): Remove the strictness optionsBenedikt Peetz
These seem to cause an error in `nix-direnv` which is obviously not ideal.
3 daysfix(pkgs/stamp): Ignore the `.git` directoryBenedikt Peetz
There should be no reason to ever stamp this directory.
4 daysfeat(modules/lf/commands/view_file): Also use `$READER` for epub filesBenedikt Peetz
4 daysfix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz
The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host.
4 daysfix(flake.nix): Remove unneeded `flake-utils` follows in `lanzaboote`Benedikt Peetz
4 daysfix(modules/direnv): Migrate to `by-name`Benedikt Peetz
5 daysfix(modules/nvim/plgs/flatten): DisableBenedikt Peetz
5 daysfeat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz
5 daysbuild(flake): Switch to lanzaboote v0.4.2Benedikt Peetz
The 0.4.1 version has problems parsing a systemd file
5 daysfix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz
5 daysbuild(treewide): UpdateBenedikt Peetz
6 daysfix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz
2025-01-06build(treewide): UpdateBenedikt Peetz
2025-01-04fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz
2024-12-30build(flake.lock/qmk_firmware): UpdateBenedikt Peetz
2024-12-30fix(modules/legacy/river): Include usage and usage_page in spawn cmdBenedikt Peetz
This should probably be configurable, but right-now hardcoding works.