aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2 daysmodules/direnv/landrun-fish: Add missing paths to the allowlistBenedikt Peetz
2 daysmodules/lf/wrappers/ll: Correctly use `set` and `mktemp`Benedikt Peetz
2 daysmodules/direnv: Also run the hook on postexecBenedikt Peetz
Otherwise, you need to change the directory to re-run it.
2 daysmodules/lf/wrappers/ll: Rework the way the syscmds get propagatedBenedikt Peetz
Proxying all stdout breaks launching nvim from lf and also in general a lot of shell applications.
2 daysmodules/direnv/landrun-fish: Add more required paths to the allowlistBenedikt Peetz
7 daysmodules/common/projects: Add `uni`Benedikt Peetz
10 daysmodules/lf/ll: Make sure the passing along actually worksBenedikt Peetz
10 daysmodules/lf: Correctly carry the prefix of keybindingsBenedikt Peetz
10 daysmodules/lf/ll: Really just pass stuff along, that's not a system commandBenedikt Peetz
10 daysmodules/direnv/landrun: Don't include sudoBenedikt Peetz
There is no point in that, as landrun, logically, sets `NoNewPrivilages`.
10 daysmodules/lf/keybings: Actually make 'H' move to the topBenedikt Peetz
Before it moved to the topmost _displayed_ entry.
10 daysmodules/lf: Init system commands and direnv sandbox enable/disableBenedikt Peetz
12 daysmodules/direnv/landlock-fish: Allow sudoBenedikt Peetz
12 daysmodules/direnv/landlock-fish: Allow access to ssh's known_hostsBenedikt Peetz
12 daysmodules/direnv/landlock-fish: Allow access to tcp port 22Benedikt Peetz
That is needed for ssh.
12 daysmodules/direnv/landlock-fish: Also allow git config and nvim state dirBenedikt Peetz
12 daysmodules/direnv: Correctly express condition for landlock shell spawnBenedikt Peetz
12 daysmodules/{direnv,starship}: Enable direnv landrun sandboxBenedikt Peetz
12 daysmodules/direnv: Consistently run `direnv export`Benedikt Peetz
With the current integration, we never actually re-set a loaded dev shell (and thus potentially spam the shell with env diffs after every prompt).
13 daysmodules/fish/keybindings/insert: Also make the editor accessible from insert ↵Benedikt Peetz
mode
13 daysmodules/fish: Remove default greeting and set a themeBenedikt Peetz
13 daysmodules/fish/keybindings/command: Use dvorak instead of the default qwertyBenedikt Peetz
13 daysmodules/taskwarrior: Save current news versionBenedikt Peetz
13 daysmodules/backup: Remove pointless `Requires` on timer unitBenedikt Peetz
2026-08-23modules/lf/wrappers: Pass $argv along to themBenedikt Peetz
2026-08-23modules/fish: Switch to the patched fish packageBenedikt Peetz
2026-08-23modules/atuin: Use the turtle hm moduleBenedikt Peetz
2026-08-23modules/lf: Rewrite `ll` and `lm` to fish's syntaxBenedikt Peetz
These need to be written in fish, so that they can work with the `.` command.
2026-08-23modules/{users,fish,zsh}: Set-up fish as default shell for soisphaBenedikt Peetz
2026-08-23modules/lf: Also setup the fish integrationBenedikt Peetz
2026-08-23modules/direnv: Don't actually run the landlock sandbox yetBenedikt Peetz
2026-08-23modules/direnv: Actually specify bin for landrun-fishBenedikt Peetz
2026-08-23modules/direnv: Use correct test combining operatorsBenedikt Peetz
2026-08-23modules/direnv: Correctly define function `_direnv_hook`Benedikt Peetz
2026-08-23modules/direnv: Use correct `lib.getExe`Benedikt Peetz
2026-08-23modules/gpg: Use the default hm gpg-agent fish integrationBenedikt Peetz
2026-08-23modules/fish: Set the interactive shell init, not the general oneBenedikt Peetz
2026-08-23modules/fish: Actually use the fish integrations instead of the zsh onesBenedikt Peetz
2026-08-23modules/direnv: Implement a landrun based sandbox for dev-shellsBenedikt Peetz
2026-08-23modules/atuin: Disable fish shell integrationBenedikt Peetz
That is already done via a rust code patch.
2026-08-23modules/cleanup: Also disable the now useless nixos installer toolsBenedikt Peetz
I will not run these again, as nixos is already installed.
2026-08-23modules/direnv: Fix devshell loadingBenedikt Peetz
2026-08-23modules/fish: InitBenedikt Peetz
2026-08-23modules/starship: Migrate to `by-name`Benedikt Peetz
2026-08-19{modules/common,hosts/apzu}: Only enable power management for apzuBenedikt Peetz
2026-08-19treewide: Switch to bare unflakeBenedikt Peetz
There was no real reason to still have `npins` around. I just kept it because of historical reasons.
2026-08-19modules/direnv/pre-cache: Also use the nixpkgs rev as cache keyBenedikt Peetz
Otherwise, we would not get a new devshell upon nixpkgs update.
2026-08-18modules/direnv/pre-cache: Remove `nix build` from hot pathBenedikt Peetz
2026-08-18modules/direnv/pre_cache: Don't force delete the tmp_profileBenedikt Peetz
The adding it to gc should have already deleted it?
2026-08-18modules/direnv: Disable `strict_env` againBenedikt Peetz