aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* modules/boot: Try another set of options for booting the tails isoBenedikt Peetz10 hours
|
* hosts/apzu: Enable power saving again (but this time with tuned)Benedikt Peetz31 hours
|
* hosts/apzu: Disable power management via tlpBenedikt Peetz32 hours
| | | | I _think_ that this just turns my Wi-Fi off from time to time.
* modules/direnv/landrun-fish: Add missing paths to the allowlistBenedikt Peetz32 hours
|
* modules/lf/wrappers/ll: Correctly use `set` and `mktemp`Benedikt Peetz35 hours
|
* modules/direnv: Also run the hook on postexecBenedikt Peetz35 hours
| | | | Otherwise, you need to change the directory to re-run it.
* modules/lf/wrappers/ll: Rework the way the syscmds get propagatedBenedikt Peetz35 hours
| | | | | Proxying all stdout breaks launching nvim from lf and also in general a lot of shell applications.
* modules/direnv/landrun-fish: Add more required paths to the allowlistBenedikt Peetz35 hours
|
* modules/common/projects: Add `uni`Benedikt Peetz6 days
|
* modules/lf/ll: Make sure the passing along actually worksBenedikt Peetz9 days
|
* modules/lf: Correctly carry the prefix of keybindingsBenedikt Peetz9 days
|
* modules/lf/ll: Really just pass stuff along, that's not a system commandBenedikt Peetz9 days
|
* modules/direnv/landrun: Don't include sudoBenedikt Peetz9 days
| | | | There is no point in that, as landrun, logically, sets `NoNewPrivilages`.
* modules/lf/keybings: Actually make 'H' move to the topBenedikt Peetz9 days
| | | | Before it moved to the topmost _displayed_ entry.
* modules/lf: Init system commands and direnv sandbox enable/disableBenedikt Peetz9 days
|
* modules/direnv/landlock-fish: Allow sudoBenedikt Peetz11 days
|
* modules/direnv/landlock-fish: Allow access to ssh's known_hostsBenedikt Peetz11 days
|
* modules/direnv/landlock-fish: Allow access to tcp port 22Benedikt Peetz11 days
| | | | That is needed for ssh.
* modules/direnv/landlock-fish: Also allow git config and nvim state dirBenedikt Peetz11 days
|
* modules/direnv: Correctly express condition for landlock shell spawnBenedikt Peetz11 days
|
* pkgs/direnv-patched: Run pre* and post* hooksBenedikt Peetz11 days
| | | | | The `postInstall` hook for example removes the default fish hook installed in `share`.
* modules/{direnv,starship}: Enable direnv landrun sandboxBenedikt Peetz11 days
|
* modules/direnv: Consistently run `direnv export`Benedikt Peetz11 days
| | | | | | 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).
* pkgs/fish-patched: Don't override `postPatch`Benedikt Peetz11 days
| | | | | This phase is actually _really_ important for the fish package, as it includes the code, so that fish sources the global env variables.
* modules/fish/keybindings/insert: Also make the editor accessible from insert ↵Benedikt Peetz12 days
| | | | mode
* modules/fish: Remove default greeting and set a themeBenedikt Peetz12 days
|
* modules/fish/keybindings/command: Use dvorak instead of the default qwertyBenedikt Peetz12 days
|
* modules/taskwarrior: Save current news versionBenedikt Peetz12 days
|
* modules/backup: Remove pointless `Requires` on timer unitBenedikt Peetz12 days
|
* pkgs/fish-patched: Improve performance and reduce stuttersBenedikt Peetz12 days
|
* pkgs/fish-patched: Add history id patchBenedikt Peetz13 days
|
* modules/lf/wrappers: Pass $argv along to themBenedikt Peetz13 days
|
* pkgs/fish-patched: UpdateBenedikt Peetz13 days
|
* modules/fish: Switch to the patched fish packageBenedikt Peetz13 days
|
* unflake.nix/turtle: UpdateBenedikt Peetz13 days
|
* modules/atuin: Use the turtle hm moduleBenedikt Peetz13 days
|
* modules/lf: Rewrite `ll` and `lm` to fish's syntaxBenedikt Peetz13 days
| | | | | These need to be written in fish, so that they can work with the `.` command.
* modules/{users,fish,zsh}: Set-up fish as default shell for soisphaBenedikt Peetz13 days
|
* modules/lf: Also setup the fish integrationBenedikt Peetz13 days
|
* modules/direnv: Don't actually run the landlock sandbox yetBenedikt Peetz13 days
|
* modules/direnv: Actually specify bin for landrun-fishBenedikt Peetz13 days
|
* modules/direnv: Use correct test combining operatorsBenedikt Peetz13 days
|
* modules/direnv: Correctly define function `_direnv_hook`Benedikt Peetz13 days
|
* modules/direnv: Use correct `lib.getExe`Benedikt Peetz13 days
|
* modules/gpg: Use the default hm gpg-agent fish integrationBenedikt Peetz13 days
|
* modules/fish: Set the interactive shell init, not the general oneBenedikt Peetz13 days
|
* modules/fish: Actually use the fish integrations instead of the zsh onesBenedikt Peetz13 days
|
* modules/direnv: Implement a landrun based sandbox for dev-shellsBenedikt Peetz13 days
|
* unflake.nix: Update turtle dependencyBenedikt Peetz13 days
|
* modules/atuin: Disable fish shell integrationBenedikt Peetz13 days
| | | | That is already done via a rust code patch.