about summary refs log tree commit diff stats
path: root/hosts/mammun/hardware (unfollow)
Commit message (Collapse)Author
74 min.update.sh: Exit, when an update command failsBenedikt Peetz
75 min.inputs.nix: Switch to `nixos-unstable-small`Benedikt Peetz
There is a bug in the import-cargo-lock fetcher, that makes building my system impossible on `nixos-unstable`. The `-small` variant already has the fix.
75 min.modules/foot: InitBenedikt Peetz
9 hourspkgs/{fupdate,lf-make-map,mpdpopm,river-mk-keymap,tskm}: UpdateBenedikt Peetz
9 hoursmodules/ssh: Use new RFC41 settings optionBenedikt Peetz
9 hourstreewide: Use unflake to de-duplicate flake inputsBenedikt Peetz
Otherwise, we still have a lot of `nixpkgs` in the closure (they are just not visible with npins).
10 hourstreewide: FormatBenedikt Peetz
3 dayspkgs/mpp-searchadd: Make resistent to `beets` auto-migrations on startupBenedikt Peetz
3 dayslf/commands/archive_decompress.sh: Use `jar` instead of `unzip`Benedikt Peetz
The `jar` command is way more lenient.
3 dayslf/commands/base.sh: Correctly escape single quotes for lf commandsBenedikt Peetz
3 dayslf/prev/helpers/show_image: Also show exif information, when showing an imageBenedikt Peetz
2026-05-12notes/beets_import: RemoveBenedikt Peetz
This is not important for this repo, and should have been at another place the whole time.
2026-05-12modules/nixpkgs: Allow unfree `cmp-calc`Benedikt Peetz
As the comment says, this nvim plugin is effectively free, but they didn't add a license (and it's unmaintained). As such the 'lib.licenses.unfree' makes sense, but allowing it is also ethically okay.
2026-05-12modules/qutebrowser: Avoid pointless `pkgs.hello` dependencyBenedikt Peetz
2026-05-12pkgs: Update cargo lockfilesBenedikt Peetz
2026-05-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
2026-05-12treewide: Switch to npinsBenedikt Peetz
2026-04-14modules/lf/commands/archive_{de,}compress: Add missing dependenciesBenedikt Peetz
2026-04-14modules/ly: Use full color for the dur fileBenedikt Peetz
Otherwise it will not be drawn.
2026-04-14modules/lf/scripts/decompress: Show message on finished decompressionBenedikt Peetz
2026-04-14modules/ly: Add a new black hole animationBenedikt Peetz
2026-04-14modules/lf/colors: Hide the (not removable) `~/.pki` directoryBenedikt Peetz
2026-04-14modules/ly: Avoid dumping logs and cache files into `$HOME`Benedikt Peetz
2026-04-14modules/atuin: Use a dedicated log directory instead of one in `$HOME`Benedikt Peetz
2026-04-14modules/{git,fonts,starship}: Avoid using deprecated escapesBenedikt Peetz
2026-04-14pkgs/swallow: Don't swallow the window, if the command can't be executedBenedikt Peetz
2026-04-14treewide: UpdateBenedikt Peetz
2026-04-14hosts/tiamat: Remove unused argumentsBenedikt Peetz
2026-04-14pkgs/aumo: Make resistent to labels containing spacesBenedikt Peetz
2026-04-14modules/legacy/pkgs: Remove some packages that are already in the system closureBenedikt Peetz
2026-04-14modules/legacy/gtk: Adapt to changed home-manager defaultsBenedikt Peetz
2026-04-14modules/cargo: Use one shared cargo `./target` directoryBenedikt Peetz
2026-04-14modules/disks/hibernate: Migrate to rfc42 settingsBenedikt Peetz
2026-04-14modules/mergiraf: Explicitly enable `git` integrationBenedikt Peetz
2026-04-14modules/git: Adopt to changed defaults in home-managerBenedikt Peetz
2026-04-14modules/common: Disable `nixos-shell`Benedikt Peetz
I've never really used it and it uses up ~2GB.
2026-04-14modules/xdg: Move the rest of the xdg config hereBenedikt Peetz
2026-04-14modules/atuin: Use the daemonBenedikt Peetz
This might improve cli performance.
2026-04-14modules/atin: Use upstream packageBenedikt Peetz
`atuin` now supports configuring the keymap.
2026-04-14modules/i3status-rust: Use upstream packageBenedikt Peetz
My patches have been merged upstream.
2026-04-14pkgs/tskm/inputs: Auto-add a tag for the current date on file importBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp/openscad: Specify the autoCmd correctlyBenedikt Peetz
2026-03-19modules/ly: Use the correct `writeText` functionBenedikt Peetz
2026-03-19modules/ly: Use a more modest animationBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp/zls: EnableBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp: Migrate completely to build-in nvim lsp configBenedikt Peetz
2026-03-13modules/ly: Include a shell sessionBenedikt Peetz
The current shell session seems to redirect std{out,err}, so it's utterly useless.
2026-03-13modules/ly: Fix misspelling in `custom_sessions`Benedikt Peetz
2026-03-13modules/ly: Try to clear the screen before drawing interfaceBenedikt Peetz
2026-03-13modules/ly: Make the river desktop target available to lyBenedikt Peetz
As `ly` runs under `root`, it obviously cannot access `soispha`'s desktop target files.