This commit is contained in:
Osman Faruk Bayram 2025-11-07 08:23:40 +03:00
parent e5849f79d6
commit 570a3f106a

View file

@ -12,11 +12,11 @@
config = lib.mkMerge [
# Enable FUSE user_allow_other when impermanence is used
(lib.mkIf (config.osbmModules.hardware.disko.zfs.root.impermanenceRoot) {
(lib.mkIf config.osbmModules.hardware.disko.zfs.root.impermanenceRoot {
programs.fuse.userAllowOther = true;
})
(lib.mkIf (config.osbmModules.homeManager.enable) {
(lib.mkIf config.osbmModules.homeManager.enable {
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;