aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* modules/direnv/landlock-fish: Also allow git config and nvim state dirBenedikt Peetz9 hours
|
* modules/direnv: Correctly express condition for landlock shell spawnBenedikt Peetz9 hours
|
* pkgs/direnv-patched: Run pre* and post* hooksBenedikt Peetz9 hours
| | | | | The `postInstall` hook for example removes the default fish hook installed in `share`.
* modules/{direnv,starship}: Enable direnv landrun sandboxBenedikt Peetz9 hours
|
* modules/direnv: Consistently run `direnv export`Benedikt Peetz10 hours
| | | | | | 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 Peetz10 hours
| | | | | 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 Peetz34 hours
| | | | mode
* modules/fish: Remove default greeting and set a themeBenedikt Peetz34 hours
|
* modules/fish/keybindings/command: Use dvorak instead of the default qwertyBenedikt Peetz35 hours
|
* modules/taskwarrior: Save current news versionBenedikt Peetz35 hours
|
* modules/backup: Remove pointless `Requires` on timer unitBenedikt Peetz35 hours
|
* pkgs/fish-patched: Improve performance and reduce stuttersBenedikt Peetz35 hours
|
* pkgs/fish-patched: Add history id patchBenedikt Peetz2 days
|
* modules/lf/wrappers: Pass $argv along to themBenedikt Peetz2 days
|
* pkgs/fish-patched: UpdateBenedikt Peetz2 days
|
* modules/fish: Switch to the patched fish packageBenedikt Peetz2 days
|
* unflake.nix/turtle: UpdateBenedikt Peetz2 days
|
* modules/atuin: Use the turtle hm moduleBenedikt Peetz2 days
|
* modules/lf: Rewrite `ll` and `lm` to fish's syntaxBenedikt Peetz2 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 Peetz2 days
|
* modules/lf: Also setup the fish integrationBenedikt Peetz3 days
|
* modules/direnv: Don't actually run the landlock sandbox yetBenedikt Peetz3 days
|
* modules/direnv: Actually specify bin for landrun-fishBenedikt Peetz3 days
|
* modules/direnv: Use correct test combining operatorsBenedikt Peetz3 days
|
* modules/direnv: Correctly define function `_direnv_hook`Benedikt Peetz3 days
|
* modules/direnv: Use correct `lib.getExe`Benedikt Peetz3 days
|
* modules/gpg: Use the default hm gpg-agent fish integrationBenedikt Peetz3 days
|
* modules/fish: Set the interactive shell init, not the general oneBenedikt Peetz3 days
|
* modules/fish: Actually use the fish integrations instead of the zsh onesBenedikt Peetz3 days
|
* modules/direnv: Implement a landrun based sandbox for dev-shellsBenedikt Peetz3 days
|
* unflake.nix: Update turtle dependencyBenedikt Peetz3 days
|
* modules/atuin: Disable fish shell integrationBenedikt Peetz3 days
| | | | That is already done via a rust code patch.
* modules/cleanup: Also disable the now useless nixos installer toolsBenedikt Peetz3 days
| | | | I will not run these again, as nixos is already installed.
* modules/direnv: Fix devshell loadingBenedikt Peetz3 days
|
* treewide: UpdateBenedikt Peetz3 days
|
* modules/fish: InitBenedikt Peetz3 days
|
* modules/starship: Migrate to `by-name`Benedikt Peetz3 days
|
* {modules/common,hosts/apzu}: Only enable power management for apzuBenedikt Peetz6 days
|
* treewide: Switch to bare unflakeBenedikt Peetz7 days
| | | | | There was no real reason to still have `npins` around. I just kept it because of historical reasons.
* modules/direnv/pre-cache: Also use the nixpkgs rev as cache keyBenedikt Peetz7 days
| | | | Otherwise, we would not get a new devshell upon nixpkgs update.
* npins/sources.json: UpdateBenedikt Peetz7 days
|
* modules/direnv/pre-cache: Remove `nix build` from hot pathBenedikt Peetz8 days
|
* modules/direnv/pre_cache: Don't force delete the tmp_profileBenedikt Peetz8 days
| | | | The adding it to gc should have already deleted it?
* modules/direnv: Disable `strict_env` againBenedikt Peetz8 days
|
* modules/direnv: Don't depend on git, for the cache path creationBenedikt Peetz8 days
| | | | | The nix fetched source, is a tarball, and as such has no git information, that we could extract.
* modules/boot/tails-iso: Disable `config` kernel parameterBenedikt Peetz8 days
|
* pkgs/tails-iso: Use new signing key?Benedikt Peetz8 days
| | | | | | The signing key has changed, without them actually posting about it or otherwise explaining the change? I'm not so happy about it, but I guess it's fine?
* modules/direnv: Implement pre-cached devshellsBenedikt Peetz8 days
| | | | | | | | That means, that the devshells are only build once and centrally updated. Ideally, they would be built upon system update, but I haven't figured out a way to run `nix print-dev-env` in a nix build sandbox yet (and hope, that it's not necessary anymore once, that functionality moves to nixpkgs' `mkShell`).
* treewide: UpdateBenedikt Peetz8 days
|
* inputs.nix: Use nixos channels instead of github for the nixos tarballsBenedikt Peetz8 days
| | | | This reduces the dependency on github somewhat.