finding hyprland.conf error
This commit is contained in:
@@ -35,10 +35,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Add activation script to create symlinks
|
# Use home.file to create explicit symlinks for each file
|
||||||
system.activationScripts.hyprlandLinks = ''
|
home.file = lib.genAttrs files (name: {
|
||||||
mkdir -p ~/.config/hypr/
|
target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
|
||||||
ln -sf ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
|
path = "/.config/hypr/${name}";
|
||||||
'';
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user