aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-07-22 17:18:54 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-07-22 17:18:54 -0700
commit7ea017e3eab559203b0c8d7e43d8d5052cd03d36 (patch)
tree06ae95a18ec4f166eee2a19c39706df51417dc4c
parentdc021e093209612883b8ffc4e885309a314014ef (diff)
downloadnix-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.nix1
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
];