aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
27 hoursmodules/{atuin,common,backup}: Fix minor typos and unused importsBenedikt Peetz
27 hoursmodules/lf/prev/application/archive: Add required `cat` dependencyBenedikt Peetz
27 hourspkgs/ll: Stop generating uncountable amount of tmpfilesBenedikt Peetz
27 hoursmodules/qutebrowser: Stop redirecting to the dead `redlib.vhack.eu`Benedikt Peetz
27 hoursmodules/lf/command: Add required `sed` dependencyBenedikt Peetz
That was unsatisfied since I added the `lf_cmd` argument escaping.
27 hoursmodules/boot: Add a `root=` argument to the tails live ISO boot entryBenedikt Peetz
30 hoursmodules/{disks,boot}: Give up on hacky XBOOTLDR supportBenedikt Peetz
We would effectively need a separate partition without LUKS for that to work. And because we are not working around Windows EFI, it's easier to just make the real EFI partition bigger.
35 hoursmodules/disks: Use correct notation for 30GBBenedikt Peetz
37 hoursmodules/{disks,boot}: Prepare re-deploy of apzuBenedikt Peetz
This includes a separate partition of /nix, and a tails ISO as boot target.
2 daysmodules/legacy/gtk: Re-enable the nordic themeBenedikt Peetz
This theme seems to also remove the client side decoration title bars, which are incredible ugly and pointless on a wm. So, let's re-activate it.
3 daysmodules/nix: ModularizeBenedikt Peetz
3 daysmodules/direnv: Also remove cppnix from `nix-direnv`Benedikt Peetz
This fully removes cppnix from my whole closure.
3 daysmodules/locale: Add frenchBenedikt Peetz
4 daysmodules/common/unison: Also avoid trying to synchronize socketsBenedikt Peetz
4 daysmodules/common/unison: Also syncronize the deerix and beets.old directoryBenedikt Peetz
The wonders of flac to opus conversion reduced the file sizes considerably. Thus, synchronizing is possible.
4 daystreewide: Remove unneeded dependenciesBenedikt Peetz
This shaves off around 1.2 GB from the system closure.
4 daysmodules/foot: InitBenedikt Peetz
5 daysmodules/ssh: Use new RFC41 settings optionBenedikt Peetz
5 daystreewide: FormatBenedikt Peetz
7 dayslf/commands/archive_decompress.sh: Use `jar` instead of `unzip`Benedikt Peetz
The `jar` command is way more lenient.
7 dayslf/commands/base.sh: Correctly escape single quotes for lf commandsBenedikt Peetz
7 dayslf/prev/helpers/show_image: Also show exif information, when showing an imageBenedikt Peetz
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-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
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-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-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.