summaryrefslogtreecommitdiff
path: root/modules/system/programs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/programs.nix')
-rw-r--r--modules/system/programs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/programs.nix b/modules/system/programs.nix
index 8a856d5..a1025fb 100644
--- a/modules/system/programs.nix
+++ b/modules/system/programs.nix
@@ -5,6 +5,7 @@
mtr.enable = true;
dconf.enable = true;
ccache.enable = true;
+ fuse.userAllowOther = true;
bash.interactiveShellInit = ''
export HISTFILE="$XDG_STATE_HOME/bash/history"