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