diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-07-22 17:18:54 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-07-22 17:18:54 -0700 |
| commit | 7ea017e3eab559203b0c8d7e43d8d5052cd03d36 (patch) | |
| tree | 06ae95a18ec4f166eee2a19c39706df51417dc4c | |
| parent | dc021e093209612883b8ffc4e885309a314014ef (diff) | |
| download | nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.tar nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.tar.gz nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.tar.bz2 nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.tar.lz nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.tar.xz nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.tar.zst nix-7ea017e3eab559203b0c8d7e43d8d5052cd03d36.zip | |
Add fuse3
| -rw-r--r-- | hosts/kaitain/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 8789a68..766e949 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -19,6 +19,7 @@ }; environment.systemPackages = [ + pkgs.fuse3 pkgs.git-review ]; |
