finding hyprland.conf error
This commit is contained in:
@@ -28,16 +28,17 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Create symlinks for all files in assets/hyprland/conf/hypr
|
# Create the config directory
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"hypr/.keep" = {
|
"hypr/.keep" = {
|
||||||
text = "";
|
text = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use home.file to create explicit symlinks for each file
|
# Use home.file to create each file as a symlink
|
||||||
home.file = lib.genAttrs files (name: {
|
home.file = lib.genAttrs files (name: {
|
||||||
target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
|
target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
|
||||||
|
source = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
|
||||||
path = "/.config/hypr/${name}";
|
path = "/.config/hypr/${name}";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user